diff --git a/webpack.common.js b/webpack.common.js index 3f663e9267..8d2c5d27a4 100644 --- a/webpack.common.js +++ b/webpack.common.js @@ -48,7 +48,7 @@ module.exports = { } }, { - from: __dirname + '/*.*', + from: '*.*', globOptions: { ignore: ['**.js', '**.html'] }