mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 07:00:11 +01:00
Rename to webpack-plugin
This commit is contained in:
parent
db6aec351b
commit
a21839d00d
25 changed files with 5 additions and 5 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
|
@ -27,7 +27,7 @@ jobs:
|
||||||
|
|
||||||
- name: Install node modules (2)
|
- name: Install node modules (2)
|
||||||
if: ${{ steps.cacheNodeModules.outputs.cache-hit != 'true' }}
|
if: ${{ steps.cacheNodeModules.outputs.cache-hit != 'true' }}
|
||||||
run: npm install --prefix monaco-editor-webpack-plugin
|
run: npm install --prefix webpack-plugin
|
||||||
|
|
||||||
- name: Check prettier
|
- name: Check prettier
|
||||||
run: npm run prettier-check
|
run: npm run prettier-check
|
||||||
|
|
|
||||||
4
.gitignore
vendored
4
.gitignore
vendored
|
|
@ -1,5 +1,5 @@
|
||||||
**/node_modules/
|
**/node_modules/
|
||||||
**/out/
|
**/out/
|
||||||
**/release/
|
**/release/
|
||||||
/monaco-editor-webpack-plugin/test/dist/*.js
|
/webpack-plugin/test/dist/*.js
|
||||||
/monaco-editor-webpack-plugin/test/dist/*.ttf
|
/webpack-plugin/test/dist/*.ttf
|
||||||
|
|
|
||||||
|
|
@ -12,7 +12,7 @@
|
||||||
/monaco-editor/typedoc/theme/
|
/monaco-editor/typedoc/theme/
|
||||||
/monaco-editor/typedoc/monaco.d.ts
|
/monaco-editor/typedoc/monaco.d.ts
|
||||||
/monaco-editor/website/lib/
|
/monaco-editor/website/lib/
|
||||||
/monaco-editor-webpack-plugin/test/dist/*.js
|
/webpack-plugin/test/dist/*.js
|
||||||
/monaco-editor-webpack-plugin/out/
|
/webpack-plugin/out/
|
||||||
/release/
|
/release/
|
||||||
/src/typescript/lib/
|
/src/typescript/lib/
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue