We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 93cb43c + 08c6807 commit 3ad1166Copy full SHA for 3ad1166
1 file changed
webpack.config.js
@@ -81,7 +81,7 @@ appModules.forEach(function (appModule) {
81
copyImages.push({ from: appModule.assets_path + '/images', to: 'images/' + appModule.name });
82
83
rules.push({
84
- test: /\.(png|svg|jpg|gif)$/,
+ test: /\.(png|jpg|gif)$/,
85
include: [
86
path.resolve(__dirname, './src/' + appModule.assets_path)
87
],
0 commit comments