Skip to content

Commit 2998b31

Browse files
committed
fix: update examples config
1 parent b65cea6 commit 2998b31

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ node_js:
1212
- '8'
1313
before_script:
1414
- PATH=${PATH//:\.\/node_modules\/\.bin/}
15-
- npm prune
1615
after_success:
1716
- npm run build
1817
- npm run coverage

examples/.storybook/webpack.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ const path = require('path')
33
module.exports = (baseConfig, env, defaultConfig) => {
44
defaultConfig.module.rules.push({
55
test: /\.(ts|tsx)$/,
6+
exclude: /node_modules/,
67
use: [
78
{
89
loader: require.resolve('babel-loader'),

0 commit comments

Comments
 (0)