Skip to content

Commit 3ad1166

Browse files
authored
Merge pull request #215 from dotkernel/issue-214
Fixed svg fonts
2 parents 93cb43c + 08c6807 commit 3ad1166

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

webpack.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ appModules.forEach(function (appModule) {
8181
copyImages.push({ from: appModule.assets_path + '/images', to: 'images/' + appModule.name });
8282

8383
rules.push({
84-
test: /\.(png|svg|jpg|gif)$/,
84+
test: /\.(png|jpg|gif)$/,
8585
include: [
8686
path.resolve(__dirname, './src/' + appModule.assets_path)
8787
],

0 commit comments

Comments
 (0)