Commit daeb18c6 authored by Zhi's avatar Zhi

Build: fix export error fired in commonjs module used in nuxt.js

parent 8a27259d
......@@ -15,6 +15,14 @@
"plugins": ["transform-vue-jsx"],
"env": {
"utils": {
"presets": [
[
"env",
{
"modules": "commonjs",
}
],
],
"plugins": [
["module-resolver", {
"root": ["element-ui"],
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment