Optimize build

This commit is contained in:
schmelczerandras 2020-09-16 22:02:25 +02:00
parent 935d3796b0
commit dfaaa08433
3 changed files with 8 additions and 27 deletions

View file

@ -2,16 +2,16 @@
"name": "sdf-2d",
"version": "0.0.0",
"scripts": {
"clean": "shx rm -rf _bundles lib lib-esm",
"start": "shx rm -rf lib/* && webpack --watch",
"build": "npm run clean && tsc && tsc -m es6 --outDir lib-esm && webpack"
"build": "shx rm -rf lib/* && webpack --production"
},
"keywords": [],
"author": "András Schmelczer",
"browserslist": [
"defaults"
],
"main": "lib/sdf-2d.js",
"main": "lib/main.js",
"sideEffects": false,
"types": "lib/src/main.d.ts",
"files": [
"lib"
@ -19,7 +19,6 @@
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^3.10.1",
"@typescript-eslint/parser": "^3.10.1",
"awesome-typescript-loader": "^5.2.1",
"eslint": "^7.9.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-import": "^2.22.0",
@ -28,7 +27,6 @@
"gl-matrix": "^3.3.0",
"prettier": "^2.1.2",
"raw-loader": "^4.0.1",
"resolve-url-loader": "^3.1.1",
"shx": "^0.3.2",
"terser-webpack-plugin": "^2.3.8",
"ts-loader": "^8.0.3",