Chore: push dev to create v3.0.0-alpha version
This commit is contained in:
+7
-1
@@ -1,4 +1,10 @@
|
||||
module.exports = {
|
||||
lintOnSave: false,
|
||||
runtimeCompiler: true
|
||||
runtimeCompiler: true,
|
||||
configureWebpack: {
|
||||
//Necessary to run npm link https://webpack.js.org/configuration/resolve/#resolve-symlinks
|
||||
resolve: {
|
||||
symlinks: false
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user