Skip to content

Commit 73e058d

Browse files
committed
update url-loader option
vuejs/vue-loader#1612 (comment)
1 parent 18914f9 commit 73e058d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: webpack.config.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,8 @@ module.exports = {
5252
loader: 'url-loader',
5353
options: {
5454
limit: 1024 * 10,
55-
name: 'img/[name].[ext]'
55+
name: 'img/[name].[ext]',
56+
esModule: false
5657
}
5758
}
5859
]

0 commit comments

Comments
 (0)