Skip to content

Commit 51e626d

Browse files
committed
Merge branch 'master' into dev
2 parents 39c5103 + 0ca1e1e commit 51e626d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/danfojs-browser/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"build:clean": "rimraf ./dist && rimraf ./lib && node ./scripts/prebuild.js && yarn run build",
3535
"dev": "nodemon",
3636
"lint": "eslint ./src",
37-
"bundle": "webpack --mode development",
37+
"bundle": "webpack --mode production",
3838
"coveralls": "cat ./coverage/lcov.info | ./node_modules/.bin/coveralls",
3939
"coverage": "nyc report --reporter=text-lcov | coveralls && nyc report --reporter=lcov",
4040
"patch": "npm version patch"

src/danfojs-browser/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"compilerOptions": {
33
"target": "es5", /* Specify ECMAScript target version: 'ES3' (default), 'ES5', 'ES2015', 'ES2016', 'ES2017', 'ES2018', 'ES2019', 'ES2020', or 'ESNEXT'. */
4-
"module": "es2015", /* Specify module code generation: 'none', 'commonjs', 'amd', 'system', 'umd', 'es2015', 'es2020', or 'ESNext'. */
4+
"module": "CommonJS", /* Specify module code generation: 'none', 'commonjs', 'amd', 'system', 'umd', 'es2015', 'es2020', or 'ESNext'. */
55
"moduleResolution": "node",
66
"lib": ["es6", "dom"], /* Specify library files to be included in the compilation. */
77
"allowJs": true, /* Allow javascript files to be compiled. */

0 commit comments

Comments
 (0)