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 fd7fff2 commit e8cd8c0Copy full SHA for e8cd8c0
support/webpack.config.js
@@ -12,7 +12,7 @@ module.exports = {
12
module: {
13
loaders: [{
14
test: /\.js$/,
15
- exclude: /(node_modules|bower_components)/,
+ include: /debug/,
16
loader: 'babel', // 'babel-loader' is also a legal name to reference
17
query: {
18
presets: ['es2015']
0 commit comments