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`
7 lines
144 B
Text
7 lines
144 B
Text
**/node_modules/
|
|
**/out/
|
|
**/release/
|
|
/test/manual/generated/**
|
|
/test/smoke/vite/dist/**
|
|
/test/smoke/parcel/dist/**
|
|
/test/smoke/parcel/.cache/**
|