Skip to content

Commit

Permalink
chore: 修复编译错误问题。
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Apr 26, 2021
1 parent 8c841d1 commit 446d564
Show file tree
Hide file tree
Showing 5 changed files with 757 additions and 2,762 deletions.
3 changes: 3 additions & 0 deletions .env
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
INLINE_RUNTIME_CHUNK=false
FAST_REFRESH=false
BUILD_PATH=dist
2 changes: 1 addition & 1 deletion .kktrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export default (conf, env, options) => {
}).filter(Boolean);

conf.plugins.push(new CleanWebpackPlugin({
cleanStaleWebpackAssets: true
// cleanStaleWebpackAssets: true
}));

conf.plugins.push(
Expand Down
Loading

0 comments on commit 446d564

Please sign in to comment.