Ignore index and cache files on user side by default. (#110)

This commit is contained in:
Swaneet
2022-10-16 08:27:38 +02:00
committed by GitHub
parent 0bc87f27f4
commit ad820cb2c9
3 changed files with 18 additions and 2 deletions

View File

@@ -36,8 +36,9 @@ export default {
base64({ include: '**/*.wasm' }),
copy({
targets: [
{ src: 'assets/styles.css', dest: 'dist' },
{ src: 'manifest.json', dest: 'dist' },
{ src: 'assets/styles.css', dest: 'dist' },
{ src: 'assets/.gitignore', dest: 'dist' },
],
}),
webWorkerLoader({ inline: true, forceInline: true, targetPlatform: "browser" }),