File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11//perform plotting
2- import { newPlot } from 'plotly.js' //comment out when building for Node Version
2+ // import { newPlot } from 'plotly.js' //comment out when building for Node Version
33import { Utils } from "../core/utils"
44import { Series } from "../core/series"
55
Original file line number Diff line number Diff line change 2828 "dev": "npm run lint && babel ./danfojs/src -d dist --no-comments",
2929 "build": "babel ./danfojs/src -d ./dist --no-comments",
3030 "lint": "eslint ./danfojs/src",
31- "bundle": "webpack --mode development ",
31+ "bundle": "webpack --mode production ",
3232 "coveralls": "cat ./coverage/lcov.info | ./node_modules/.bin/coveralls",
3333 "coverage": "nyc report --reporter=text-lcov | coveralls && nyc report --reporter=lcov",
3434 "patch": "npm version patch",
116116 "dev": "npm run lint && babel ./danfojs/src -d dist --no-comments",
117117 "build": "babel ./danfojs/src -d ./dist --no-comments",
118118 "lint": "eslint ./danfojs/src",
119- "bundle": "webpack --mode development ",
119+ "bundle": "webpack --mode production ",
120120 "coveralls": "cat ./coverage/lcov.info | ./node_modules/.bin/coveralls",
121121 "coverage": "nyc report --reporter=text-lcov | coveralls && nyc report --reporter=lcov",
122122 "patch": "npm version patch",
You can’t perform that action at this time.
0 commit comments