Chore: upgrade to webpack@4 (#11954)

* Chore: upgrade webpack@4

* Chore: upgrade to webpack@4

* Chore: add babel-preset-stage-2

* Chore: fix test case

* Chore: upgrade webpack@4

* Docs: update docs

* Docs: update docs

* Chore: fix coveralls

* Chore: update yarn.lock
This commit is contained in:
Jikkai Xiao
2018-08-02 15:07:01 +08:00
committed by Jikkai Xiao
parent ec6cac4232
commit 8cf15eda72
80 changed files with 3562 additions and 2041 deletions

View File

@@ -178,7 +178,8 @@
<script type="text/babel">
import compoLang from '../i18n/component.json';
import { version } from 'main/index.js';
import Element from 'main/index.js';
const { version } = Element;
export default {
data() {