Use packaged core-js and css-loader
This commit is contained in:
parent
74d861d179
commit
91cb4f525c
2 changed files with 10 additions and 7 deletions
8
debian/control
vendored
8
debian/control
vendored
|
@ -303,20 +303,17 @@ Depends: ${shlibs:Depends}, ${misc:Depends},
|
||||||
ruby-grape-logging (>= 1.7~),
|
ruby-grape-logging (>= 1.7~),
|
||||||
# Vendored js files
|
# Vendored js files
|
||||||
# Keeping this to ease backporting as it is in contrib anyway
|
# Keeping this to ease backporting as it is in contrib anyway
|
||||||
# libjs-jquery-atwho,
|
|
||||||
# libjs-jquery-caret.js,
|
|
||||||
libjs-pdf,
|
libjs-pdf,
|
||||||
# libjs-xterm,
|
# libjs-xterm,
|
||||||
# libjs-jquery-nicescroll,
|
# libjs-jquery-nicescroll,
|
||||||
# libjs-clipboard,
|
|
||||||
# libjs-chartjs,
|
|
||||||
# libjs-graphael,
|
# libjs-graphael,
|
||||||
# node-lie,
|
|
||||||
# packaged node modules - all node packages are not packaged yet
|
# packaged node modules - all node packages are not packaged yet
|
||||||
node-autosize (>= 4.0~),
|
node-autosize (>= 4.0~),
|
||||||
node-axios (>= 0.17.1~),
|
node-axios (>= 0.17.1~),
|
||||||
node-brace-expansion (>= 1.1.8~),
|
node-brace-expansion (>= 1.1.8~),
|
||||||
node-chart.js (>= 2.7.2~),
|
node-chart.js (>= 2.7.2~),
|
||||||
|
node-core-js,
|
||||||
|
node-css-loader,
|
||||||
# using npm for remaining as it is in contrib
|
# using npm for remaining as it is in contrib
|
||||||
# node-babel-core,
|
# node-babel-core,
|
||||||
# node-babel-eslint,
|
# node-babel-eslint,
|
||||||
|
@ -325,7 +322,6 @@ Depends: ${shlibs:Depends}, ${misc:Depends},
|
||||||
# node-babel-preset-latest,
|
# node-babel-preset-latest,
|
||||||
# node-babel-preset-stage-2,
|
# node-babel-preset-stage-2,
|
||||||
# node-bootstrap-sass,
|
# node-bootstrap-sass,
|
||||||
# node-core-js,
|
|
||||||
# node-d3-array,
|
# node-d3-array,
|
||||||
# node-d3-axis,
|
# node-d3-axis,
|
||||||
# node-d3-brush,
|
# node-d3-brush,
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
--- a/package.json
|
--- a/package.json
|
||||||
+++ b/package.json
|
+++ b/package.json
|
||||||
@@ -39,13 +39,9 @@
|
@@ -39,20 +39,14 @@
|
||||||
"apollo-client": "^2.5.1",
|
"apollo-client": "^2.5.1",
|
||||||
"apollo-upload-client": "^10.0.0",
|
"apollo-upload-client": "^10.0.0",
|
||||||
"at.js": "^1.5.4",
|
"at.js": "^1.5.4",
|
||||||
|
@ -14,3 +14,10 @@
|
||||||
"classlist-polyfill": "^1.2.0",
|
"classlist-polyfill": "^1.2.0",
|
||||||
"clipboard": "^1.7.1",
|
"clipboard": "^1.7.1",
|
||||||
"codesandbox-api": "^0.0.20",
|
"codesandbox-api": "^0.0.20",
|
||||||
|
"compression-webpack-plugin": "^2.0.0",
|
||||||
|
- "core-js": "^2.4.1",
|
||||||
|
"cropper": "^2.3.0",
|
||||||
|
- "css-loader": "^1.0.0",
|
||||||
|
"d3": "^4.13.0",
|
||||||
|
"d3-array": "^1.2.1",
|
||||||
|
"d3-axis": "^1.0.8",
|
||||||
|
|
Loading…
Reference in a new issue