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:
+3
-2
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user