2
0
mirror of https://github.com/tenrok/vue2-datepicker.git synced 2026-06-22 17:00:35 +03:00

fix: ie compatibility

This commit is contained in:
mengxiong10
2019-11-11 17:20:44 +08:00
parent 6060330e23
commit 99a4abdafc
10 changed files with 612 additions and 60 deletions
+3 -2
View File
@@ -13,11 +13,12 @@ const plugins = [
resolve({
extensions: ['.js', '.vue', '.jsx', '.json'],
}),
vue(),
babel({
exclude: 'node_modules/**',
runtimeHelpers: true,
extensions: ['.js', '.jsx', '.es6', '.es', '.mjs', '.vue'],
}),
commonjs(),
vue(),
];
const esm = {