Skip to content

Commit 98bf82d

Browse files
committed
fix #14 Compile and run error.
1 parent 59bb666 commit 98bf82d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/conf/webpack.config.dev.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,7 @@ module.exports = function (cmd) {
2727
loaders.push({
2828
// Process JS with Babel.
2929
test: /\.(js|jsx|mjs)$/,
30-
// exclude: paths.getExcludeFoldersRegExp.concat(/\.(cache)/),
31-
exclude: /node_modules/,
30+
exclude: paths.getExcludeFoldersRegExp.concat(/\.(cache)/),
3231
use: [
3332
{
3433
loader: require.resolve('string-replace-loader'),

0 commit comments

Comments
 (0)