Search and highlight
This commit is contained in:
@@ -48,8 +48,6 @@ esbuild
|
||||
outfile: path.join('./dist', 'main.js'),
|
||||
plugins: [
|
||||
copy({
|
||||
// this is equal to process.cwd(), which means we use cwd path as base path to resolve `to` path
|
||||
// if not specified, this plugin uses ESBuild.build outdir/outfile options as base path.
|
||||
assets: {
|
||||
from: ['./assets/*'],
|
||||
to: ['./'],
|
||||
|
||||
Reference in New Issue
Block a user