mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 08:10:11 +01:00
* Add a smoketest for packaging with parcel * Prevent parcel from bundling shims for `process` or `buffer`
6 lines
185 B
JSON
6 lines
185 B
JSON
{
|
|
"name": "parcel-smoketest",
|
|
"scripts": {
|
|
"package-for-smoketest-parcel": "parcel build ./index.html --cache-dir ./.cache --public-url /test/smoke/parcel/dist/ --no-optimize"
|
|
}
|
|
}
|