mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 05:50:11 +01:00
Add webpack as part of the smoketest
This commit is contained in:
parent
423a55b305
commit
dfe35b15bb
14 changed files with 57 additions and 41 deletions
|
|
@ -1,4 +1,6 @@
|
|||
/out/
|
||||
**/node_modules/
|
||||
**/out/
|
||||
**/release/
|
||||
/monaco-editor-samples/browser-esm-parcel/.cache/
|
||||
/monaco-editor-samples/browser-esm-parcel/dist/
|
||||
/monaco-editor-samples/browser-esm-vite-react/dist/**/*.js
|
||||
|
|
@ -12,7 +14,4 @@
|
|||
/monaco-editor/typedoc/theme/
|
||||
/monaco-editor/typedoc/monaco.d.ts
|
||||
/monaco-editor/website/lib/
|
||||
/webpack-plugin/test/dist/*.js
|
||||
/webpack-plugin/out/
|
||||
/release/
|
||||
/src/typescript/lib/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue