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

Commit

Permalink
fix: remove unnecessary extension
Browse files Browse the repository at this point in the history
  • Loading branch information
znck committed Oct 29, 2017
1 parent 5f7d136 commit 043f54b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/assemble.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ module.exports = function assemble (source, filename, config) {
shortFilePath: filename,
require: {
vueHotReloadAPI: 'vue-hot-reload-api',
normalizeComponent: 'vue-component-compiler/src/runtime/normalize-component.js'
normalizeComponent: 'vue-component-compiler/src/runtime/normalize-component'
},
scopeId: null,
moduleIdentifier: config.moduleIdentifier || hash(_s({ filename, config })), // require for server. TODO: verify this is correct.
Expand Down

0 comments on commit 043f54b

Please sign in to comment.