We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93cb43c commit 08c6807Copy full SHA for 08c6807
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