name is now output.name
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user