Search and highlight

This commit is contained in:
Simon Cambier
2022-04-09 15:16:19 +02:00
parent ae8e868215
commit 3027b6655f
4 changed files with 105 additions and 48 deletions

View File

@@ -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: ['./'],