Use Parcel v2 in copy/paste example code
This commit is contained in:
@@ -332,12 +332,11 @@ class ExampleBuilder {
|
||||
jsSource + (workerSource ? `\n${workerSource}` : '')
|
||||
),
|
||||
devDependencies: {
|
||||
parcel: '1.11.0',
|
||||
parcel: '^2.0.0-beta.1',
|
||||
},
|
||||
scripts: {
|
||||
start: 'parcel index.html',
|
||||
build:
|
||||
'parcel build --experimental-scope-hoisting --public-url . index.html',
|
||||
build: 'parcel build --public-url . index.html',
|
||||
},
|
||||
},
|
||||
null,
|
||||
|
||||
Reference in New Issue
Block a user