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