diff --git a/webpack.config.js b/webpack.config.js index ae98387..4949b75 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -34,10 +34,12 @@ module.exports = { { from: '**/index.html', to: './', + ignore: ['node_modules/*'], }, { from: '**/*.svg', to: './', + ignore: ['node_modules/*'], }, { from: 'theme/*',