Update esbuild.config.mjs
This commit is contained in:
parent
596762cec9
commit
fbc81620fb
1 changed files with 0 additions and 4 deletions
|
@ -21,10 +21,6 @@ esbuild
|
|||
minify: false,
|
||||
sourcemap: true,
|
||||
incremental: isDevServer,
|
||||
assetNames: 'assets/[name]-[hash]',
|
||||
loader: {
|
||||
'.woff': 'file',
|
||||
},
|
||||
target: ['chrome58', 'firefox57', 'safari11', 'edge18'],
|
||||
define: {
|
||||
'process.env.NODE_ENV': isDevServer ? '"development"' : '"production"',
|
||||
|
|
Loading…
Reference in a new issue