10 lines
170 B
TOML
10 lines
170 B
TOML
[install]
|
|
registry = "https://registry.npmmirror.com/"
|
|
[build]
|
|
minify = true
|
|
root = "."
|
|
entrypoints = ["./app/app.vue"]
|
|
|
|
[env]
|
|
NODE_OPTIONS = "--max-old-space-size=4096"
|