Skip to content

Commit

Permalink
Revert "output CJS module bundles for perspective-viewer packages"
Browse files Browse the repository at this point in the history
This reverts commit 7a54e43.
  • Loading branch information
texodus committed Jan 28, 2019
1 parent 21b4264 commit ca6355e
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 90 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ website/static/css/material.dark.css

# CPP Compile
/src/include/boost
cjs
obj
packages/*/cjs
cppbuild
.coverage
7 changes: 2 additions & 5 deletions packages/perspective-viewer-highcharts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,17 @@
"name": "@jpmorganchase/perspective-viewer-highcharts",
"version": "0.2.12",
"description": "Perspective.js",
"main": "cjs/perspective-viewer-plugin-highcharts.js",
"main": "src/js/highcharts.js",
"files": [
"build/**/*",
"cjs/*",
"src/**/*",
"babel.config.js"
],
"scripts": {
"bench": "npm-run-all bench:build bench:run",
"bench:build": "echo \"No Benchmarks\"",
"bench:run": "echo \"No Benchmarks\"",
"build:cjs": "webpack --color --config src/config/highcharts.plugin.cjs.config.js",
"build:umd": "webpack --color --config src/config/highcharts.plugin.config.js",
"build": "npm-run-all build:*",
"build": "webpack --color --config src/config/highcharts.plugin.config.js",
"test:build": "cp test/html/* build",
"watch": "webpack --color --watch --config src/config/highcharts.plugin.config.js",
"test:run": "jest --silent --color 2>&1",
Expand Down

This file was deleted.

7 changes: 2 additions & 5 deletions packages/perspective-viewer-hypergrid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,17 @@
"name": "@jpmorganchase/perspective-viewer-hypergrid",
"version": "0.2.12",
"description": "Perspective.js",
"main": "cjs/perspective-viewer-plugin-hypergrid.js",
"main": "src/js/hypergrid.js",
"files": [
"build/**/*",
"cjs/*",
"src/**/*",
"babel.config.js"
],
"scripts": {
"bench": "npm-run-all bench:build bench:run",
"bench:build": "echo \"No Benchmarks\"",
"bench:run": "echo \"No Benchmarks\"",
"build:cjs": "webpack --color --config src/config/hypergrid.plugin.cjs.config.js",
"build:umd": "webpack --color --config src/config/hypergrid.plugin.config.js",
"build": "npm-run-all build:*",
"build": "webpack --color --config src/config/hypergrid.plugin.config.js",
"test:build": "cp test/html/* build",
"test:run": "jest --silent --color",
"test": "npm-run-all test:build test:run",
Expand Down

This file was deleted.

6 changes: 2 additions & 4 deletions packages/perspective-viewer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,17 @@
"name": "@jpmorganchase/perspective-viewer",
"version": "0.2.12",
"description": "Perspective.js",
"main": "cjs/perspective-viewer.js",
"main": "src/js/viewer.js",
"files": [
"build/**/*",
"cjs/*",
"src/**/*",
"babel.config.js"
],
"scripts": {
"bench": "npm-run-all bench:build bench:run",
"bench:build": "echo \"No Benchmarks\"",
"bench:run": "echo \"No Benchmarks\"",
"build:cjs": "webpack --color --config src/config/view.cjs.config.js",
"build:umd": "webpack --color --config src/config/view.config.js",
"build:webpack": "webpack --color --config src/config/view.config.js",
"build:themes": "webpack --color --config src/config/themes.config.js && rm build/__themes.js",
"build": "npm-run-all build:*",
"watch": "webpack --color --watch --config src/config/view.config.js",
Expand Down
25 changes: 0 additions & 25 deletions packages/perspective-viewer/src/config/view.cjs.config.js

This file was deleted.

0 comments on commit ca6355e

Please sign in to comment.