diff --git a/webpack.config.js b/webpack.config.js index b40706d..8ce64fe 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -47,7 +47,7 @@ module.exports = { { test: /\.(ttf|eot|svg|woff(2)?)(\?[a-z0-9=&.]+)?$/, loader: 'file-loader' - }, + } // { // test: /^(?!.*components)^.*views.*\.jsx$/, // loaders: ['bundle-loader?lazy', 'babel-loader'] @@ -76,4 +76,4 @@ function isExternal (module) { return userRequest.indexOf('bower_components') >= 0 || userRequest.indexOf('node_modules') >= 0 || userRequest.indexOf('libraries') >= 0 -} \ No newline at end of file +}