We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13e583c commit 0fd32afCopy full SHA for 0fd32af
package.json
@@ -49,6 +49,7 @@
49
"babel-core": "^6.26.0",
50
"babel-eslint": "^8.2.2",
51
"babel-jest": "^22.4.3",
52
+ "babel-loader": "^7.1.4",
53
"babel-plugin-transform-class-properties": "^6.24.1",
54
"babel-plugin-transform-export-extensions": "^6.22.0",
55
"babel-plugin-transform-object-assign": "^6.22.0",
storybook/webpack.config.js
@@ -80,6 +80,10 @@ module.exports = {
80
mimetype: 'image/svg+xml',
81
name: '[name].[ext]'
82
}
83
+ },
84
+ {
85
+ test: /node_modules\/@novnc/,
86
+ loader: 'babel-loader'
87
88
]
89
0 commit comments