name
is now output.name
This commit is contained in:
parent
46ac55d2ed
commit
19d07d5678
1 changed files with 1 additions and 1 deletions
|
@ -11,9 +11,9 @@ export default {
|
||||||
output: {
|
output: {
|
||||||
sourcemap: true,
|
sourcemap: true,
|
||||||
format: 'iife',
|
format: 'iife',
|
||||||
|
name: 'app',
|
||||||
file: 'public/bundle.js'
|
file: 'public/bundle.js'
|
||||||
},
|
},
|
||||||
name: 'app',
|
|
||||||
plugins: [
|
plugins: [
|
||||||
svelte({
|
svelte({
|
||||||
// enable run-time checks when not in production
|
// enable run-time checks when not in production
|
||||||
|
|
Loading…
Reference in a new issue