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