Skip to content

Commit 0a9dbdb

Browse files
committed
replace all occurrences of webpack.config.js to .mjs
1 parent 6b5d37a commit 0a9dbdb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.vscodeignore

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ node_modules/**
55
src/**
66
.gitignore
77
.yarnrc
8-
webpack.config.js
8+
webpack.config.mjs
99
vsc-extension-quickstart.md
1010
**/tsconfig.json
1111
**/.eslintrc.json
1212
**/*.map
1313
**/*.js.map
1414
**/*.ts
15-
**/.vscode-test.*
15+
**/.vscode-test.*

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"format-check": "prettier --ignore-path .gitignore --check \"**/*.+(ts|json)\"",
5555
"install": "pip install -r requirements.txt --target bundled/libs",
5656
"lint": "eslint src --ext ts",
57-
"package": "webpack --mode production --devtool source-map --config ./webpack.config.js",
57+
"package": "webpack --mode production --devtool source-map --config ./webpack.config.mjs",
5858
"pretest": "npm run compile-tests && npm run compile && npm run lint",
5959
"test": "vscode-test",
6060
"vsce-package": "vsce package -o zenml.vsix",

0 commit comments

Comments
 (0)