summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--package.json1
-rw-r--r--webpackBaseConfig.js8
2 files changed, 9 insertions, 0 deletions
diff --git a/package.json b/package.json
index f31c9da2..74de2c80 100644
--- a/package.json
+++ b/package.json
@@ -144,6 +144,7 @@
"babel-core": "^6.21.0",
"babel-loader": "^6.2.10",
"babel-plugin-transform-runtime": "^6.15.0",
+ "babel-polyfill": "^6.22.0",
"babel-preset-es2015": "^6.18.0",
"babel-runtime": "^6.20.0",
"copy-webpack-plugin": "^4.0.1",
diff --git a/webpackBaseConfig.js b/webpackBaseConfig.js
index 210001b1..419149c7 100644
--- a/webpackBaseConfig.js
+++ b/webpackBaseConfig.js
@@ -158,6 +158,7 @@ module.exports = {
"bootstrap"
],
cover: [
+ "babel-polyfill",
path.join(__dirname, 'public/js/cover.js')
],
"cover-styles-pack": [
@@ -168,6 +169,7 @@ module.exports = {
path.join(__dirname, 'node_modules/select2/select2-bootstrap.css'),
],
"cover-pack": [
+ "babel-polyfill",
"bootstrap-validator",
"script!listPagnation",
"expose?select2!select2",
@@ -176,6 +178,7 @@ module.exports = {
path.join(__dirname, 'public/js/cover.js')
],
index: [
+ "babel-polyfill",
"script!jquery-ui-resizable",
"script!js-url",
"expose?filterXSS!xss",
@@ -221,6 +224,7 @@ module.exports = {
path.join(__dirname, 'node_modules/octicons/octicons/octicons.css')
],
"index-pack": [
+ "babel-polyfill",
"expose?Spinner!spin.js",
"script!jquery-ui-resizable",
"bootstrap-validator",
@@ -251,6 +255,7 @@ module.exports = {
path.join(__dirname, 'public/js/index.js')
],
pretty: [
+ "babel-polyfill",
"expose?filterXSS!xss",
"flowchart.js",
"js-sequence-diagrams",
@@ -270,6 +275,7 @@ module.exports = {
path.join(__dirname, 'node_modules/octicons/octicons/octicons.css')
],
"pretty-pack": [
+ "babel-polyfill",
"expose?jsyaml!js-yaml",
"script!mermaid",
"expose?moment!moment",
@@ -285,6 +291,7 @@ module.exports = {
path.join(__dirname, 'public/js/pretty.js')
],
slide: [
+ "babel-polyfill",
"bootstrap-tooltip",
"expose?filterXSS!xss",
"flowchart.js",
@@ -304,6 +311,7 @@ module.exports = {
path.join(__dirname, 'node_modules/octicons/octicons/octicons.css')
],
"slide-pack": [
+ "babel-polyfill",
"expose?jQuery!expose?$!jquery",
"velocity-animate",
"imports?$=jquery!jquery-mousewheel",