We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ba5f48 commit beaf4b2Copy full SHA for beaf4b2
package.json
@@ -1,12 +1,12 @@
1
{
2
"name": "@djthorpe/js-framework",
3
- "version": "0.0.31",
+ "version": "0.0.32",
4
"description": "Javascript Framework",
5
"main": "dist/js/index.js",
6
"scripts": {
7
"all": "npm-run-all lint esbuild docs",
8
"build": "webpack --config config/webpack.config.js",
9
- "esbuild": "rm -fr dist && esbuild js/index.js --bundle --minify --sourcemap --outdir=dist --define:process.env.NODE_ENV=\"production\" --loader:.woff=file --loader:.woff2=file",
+ "esbuild": "rm -fr dist && esbuild js/index.js --bundle --sourcemap --outdir=dist --loader:.woff=file --loader:.woff2=file",
10
"lint": "eslint js",
11
"docs": "jsdoc -c config/jsdoc.config.json"
12
},
0 commit comments