Skip to content

Commit

Permalink
Automatic update to new version.
Browse files Browse the repository at this point in the history
  • Loading branch information
torben committed May 19, 2022
1 parent 83da753 commit fa22ecf
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Expand Up @@ -29,16 +29,16 @@
},
"scripts": {
"build": "yarn build:types; yarn build:plain",
"build:export": "yarn build:types; weboptimizer build '{__reference__: \"target:export\"}'",
"build:export:compatible": "yarn build:types; weboptimizer build '{__reference__: [\"target:export\", \"target:compatible\"]}'",
"build:bundle": "yarn build:types; weboptimizer build '{__reference__: \"target:bundle\"}'",
"build:bundle:compatible": "yarn build:types; weboptimizer build '{__reference__: [\"target:bundle\", \"target:compatible\"]}'",
"build:plain": "weboptimizer build",
"build:types": "weboptimizer build:types",
"check": "yarn check:types; yarn lint",
"check:types": "weboptimizer check:types",
"clear": "weboptimizer clear",
"document TODO": "weboptimizer document",
"lint": "weboptimizer lint",
"prepare": "yarn build:export:compatible",
"prepare": "yarn build:bundle:compatible",
"serve": "weboptimizer serve",
"start": "yarn serve",
"test": "weboptimizer test",
Expand Down Expand Up @@ -117,7 +117,7 @@
}
}
},
"target:export": {
"target:bundle": {
"module": {
"preprocessor": {
"javaScript": {
Expand Down

0 comments on commit fa22ecf

Please sign in to comment.