no message
Former-commit-id: 8bcf1b96e00fbb92330295f10e43422700755fdf [formerly 8bcf1b96e00fbb92330295f10e43422700755fdf [formerly 8bcf1b96e00fbb92330295f10e43422700755fdf [formerly 8bcf1b96e00fbb92330295f10e43422700755fdf [formerly 891f2243f4b3411c9ac5c45d8bfd05ca111e5ccf [formerly 4c0df3b606ce6539ec2e522db5a48822bb9ea5ec]]]]] Former-commit-id: b7f72e4ceef4bca10dcef08705bc85cdc8164763 Former-commit-id: 9b43bf6034000fca8fe57da259093c96775c31bc Former-commit-id: 3a0028ec0da10e8e9956ef21cc3c1f10a496245e [formerly a12422e41516f7c4278af232fc16ad40ba345d7b] Former-commit-id: 6145ec11e2615bbc3415d72728ea8dba87701b4e Former-commit-id: a6069fba783bf4a5153ddd9f96e879950483a626 Former-commit-id: c2e5ac5588bdc9e9aaf146410b59bfc4e355c6a6 Former-commit-id: 7a2a77e9c25c886b990dcf850a1f08f358bade1d Former-commit-id: f6dc949a4e3eb765925e22653a5e42d2a460c9ca
This commit is contained in:
@@ -23,7 +23,7 @@ const createLintingRule = () => ({
|
|||||||
module.exports = {
|
module.exports = {
|
||||||
context: path.resolve(__dirname, '../'),
|
context: path.resolve(__dirname, '../'),
|
||||||
entry: {
|
entry: {
|
||||||
app: './src/main.js'
|
app: ['babel-polyfill', './src/main.js']
|
||||||
},
|
},
|
||||||
output: {
|
output: {
|
||||||
path: config.build.assetsRoot,
|
path: config.build.assetsRoot,
|
||||||
|
|||||||
1
docs/.vuepress/dist
Submodule
1
docs/.vuepress/dist
Submodule
Submodule docs/.vuepress/dist added at 7597caa5a7
@@ -16,6 +16,7 @@
|
|||||||
"@antv/data-set": "^0.8.5",
|
"@antv/data-set": "^0.8.5",
|
||||||
"@antv/g2": "^3.0.4",
|
"@antv/g2": "^3.0.4",
|
||||||
"axios": "^0.17.1",
|
"axios": "^0.17.1",
|
||||||
|
"babel-polyfill": "^6.26.0",
|
||||||
"better-scroll": "^1.12.1",
|
"better-scroll": "^1.12.1",
|
||||||
"clipboard-polyfill": "^2.4.1",
|
"clipboard-polyfill": "^2.4.1",
|
||||||
"countup.js": "^1.9.3",
|
"countup.js": "^1.9.3",
|
||||||
|
|||||||
@@ -1,3 +1,5 @@
|
|||||||
|
import 'babel-polyfill'
|
||||||
|
|
||||||
import Vue from 'vue'
|
import Vue from 'vue'
|
||||||
import App from './App'
|
import App from './App'
|
||||||
import router from './router'
|
import router from './router'
|
||||||
|
|||||||
Reference in New Issue
Block a user