Pārlūkot izejas kodu

Rename to `webpack-plugin`

Alex Dima 3 gadi atpakaļ
vecāks
revīzija
a21839d00d

+ 1 - 1
.github/workflows/ci.yml

@@ -27,7 +27,7 @@ jobs:
 
       - name: Install node modules (2)
         if: ${{ steps.cacheNodeModules.outputs.cache-hit != 'true' }}
-        run: npm install --prefix monaco-editor-webpack-plugin
+        run: npm install --prefix webpack-plugin
 
       - name: Check prettier
         run: npm run prettier-check

+ 2 - 2
.gitignore

@@ -1,5 +1,5 @@
 **/node_modules/
 **/out/
 **/release/
-/monaco-editor-webpack-plugin/test/dist/*.js
-/monaco-editor-webpack-plugin/test/dist/*.ttf
+/webpack-plugin/test/dist/*.js
+/webpack-plugin/test/dist/*.ttf

+ 2 - 2
.prettierignore

@@ -12,7 +12,7 @@
 /monaco-editor/typedoc/theme/
 /monaco-editor/typedoc/monaco.d.ts
 /monaco-editor/website/lib/
-/monaco-editor-webpack-plugin/test/dist/*.js
-/monaco-editor-webpack-plugin/out/
+/webpack-plugin/test/dist/*.js
+/webpack-plugin/out/
 /release/
 /src/typescript/lib/

+ 0 - 0
monaco-editor-webpack-plugin/.github/commands.yml → webpack-plugin/.github/commands.yml


+ 0 - 0
monaco-editor-webpack-plugin/.github/locker.yml → webpack-plugin/.github/locker.yml


+ 0 - 0
monaco-editor-webpack-plugin/.github/needs_more_info.yml → webpack-plugin/.github/needs_more_info.yml


+ 0 - 0
monaco-editor-webpack-plugin/.npmignore → webpack-plugin/.npmignore


+ 0 - 0
monaco-editor-webpack-plugin/.vscode/launch.json → webpack-plugin/.vscode/launch.json


+ 0 - 0
monaco-editor-webpack-plugin/LICENSE → webpack-plugin/LICENSE


+ 0 - 0
monaco-editor-webpack-plugin/README.md → webpack-plugin/README.md


+ 0 - 0
monaco-editor-webpack-plugin/package-lock.json → webpack-plugin/package-lock.json


+ 0 - 0
monaco-editor-webpack-plugin/package.json → webpack-plugin/package.json


+ 0 - 0
monaco-editor-webpack-plugin/scripts/import-editor.js → webpack-plugin/scripts/import-editor.js


+ 0 - 0
monaco-editor-webpack-plugin/src/features.ts → webpack-plugin/src/features.ts


+ 0 - 0
monaco-editor-webpack-plugin/src/index.ts → webpack-plugin/src/index.ts


+ 0 - 0
monaco-editor-webpack-plugin/src/languages.ts → webpack-plugin/src/languages.ts


+ 0 - 0
monaco-editor-webpack-plugin/src/loader-utils.d.ts → webpack-plugin/src/loader-utils.d.ts


+ 0 - 0
monaco-editor-webpack-plugin/src/loaders/include.ts → webpack-plugin/src/loaders/include.ts


+ 0 - 0
monaco-editor-webpack-plugin/src/plugins/AddWorkerEntryPointPlugin.ts → webpack-plugin/src/plugins/AddWorkerEntryPointPlugin.ts


+ 0 - 0
monaco-editor-webpack-plugin/src/types.ts → webpack-plugin/src/types.ts


+ 0 - 0
monaco-editor-webpack-plugin/test/dist/index.html → webpack-plugin/test/dist/index.html


+ 0 - 0
monaco-editor-webpack-plugin/test/index.js → webpack-plugin/test/index.js


+ 0 - 0
monaco-editor-webpack-plugin/test/webpack-cross-origin.config.js → webpack-plugin/test/webpack-cross-origin.config.js


+ 0 - 0
monaco-editor-webpack-plugin/test/webpack.config.js → webpack-plugin/test/webpack.config.js


+ 0 - 0
monaco-editor-webpack-plugin/tsconfig.json → webpack-plugin/tsconfig.json