Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Jun 29, 2021. It is now read-only.

Commit038f4b9

Browse files
authored
feat: add@ as alias tosrc (#19)
1 parent65e551a commit038f4b9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

‎webpack.config.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ module.exports = (env = {}) => ({
1616
// is a simple `export * from '@vue/runtime-dom`. However having this
1717
// extra re-export somehow causes webpack to always invalidate the module
1818
// on the first HMR update and causes the page to reload.
19-
'vue':'@vue/runtime-dom'
19+
'vue':'@vue/runtime-dom',
20+
'@':path.resolve(__dirname,'src'),
2021
}
2122
},
2223
module:{

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp