Skip to content
This repository was archived by the owner on Aug 16, 2022. It is now read-only.

Commit 043f54b

Browse files
committed
fix: remove unnecessary extension
1 parent 5f7d136 commit 043f54b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/assemble.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ module.exports = function assemble (source, filename, config) {
3030
shortFilePath: filename,
3131
require: {
3232
vueHotReloadAPI: 'vue-hot-reload-api',
33-
normalizeComponent: 'vue-component-compiler/src/runtime/normalize-component.js'
33+
normalizeComponent: 'vue-component-compiler/src/runtime/normalize-component'
3434
},
3535
scopeId: null,
3636
moduleIdentifier: config.moduleIdentifier || hash(_s({ filename, config })), // require for server. TODO: verify this is correct.

0 commit comments

Comments
 (0)