Skip to content

Commit

Permalink
build: remove webpack commonjs temp bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
bd82 committed Jul 12, 2023
1 parent ffa7a23 commit 1719da4
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 503 deletions.
1 change: 0 additions & 1 deletion packages/chevrotain/.gitignore

This file was deleted.

8 changes: 2 additions & 6 deletions packages/chevrotain/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@
"README.md",
"LICENSE.TXT",
"diagrams/**/*.*",
"CHANGELOG.md",
"temp/*.js"
"BREAKING_CHANGES.md",
"CHANGELOG.md"
],
"repository": {
"type": "git",
Expand All @@ -62,8 +62,6 @@
"coverage": "c8 mocha --enable-source-maps",
"---------- BUNDLING --------": "",
"bundle": "npm-run-all bundle:**",
"bundle:regular": "webpack --config webpack_release.config.js",
"bundle:min": "webpack --config webpack_release_min.config.js",
"bundle:esm:regular": "esbuild ./lib/src/api.js --bundle --sourcemap --format=esm --outfile=lib/chevrotain.mjs",
"bundle:esm:min": "esbuild ./lib/src/api.js --bundle --minify --format=esm --sourcemap --outfile=lib/chevrotain.min.mjs"
},
Expand All @@ -89,8 +87,6 @@
"require-from-string": "2.0.2",
"sinon": "15.2.0",
"sinon-chai": "3.7.0",
"webpack": "5.88.1",
"webpack-cli": "5.1.4",
"xregexp": "5.1.1"
}
}
Loading

0 comments on commit 1719da4

Please sign in to comment.