提交 068b040e 编写于 作者: K Kamran Ahmed

Fix - Export issue

上级 4cf67046
......@@ -8,7 +8,6 @@
]
],
"plugins": [
"babel-plugin-add-module-exports",
"@babel/plugin-proposal-object-rest-spread"
]
}
......@@ -22,6 +22,7 @@ module.exports = {
filename: scriptFileName,
libraryTarget: 'umd',
library: 'Driver',
libraryExport: 'default',
},
module: {
rules: [
......
......@@ -14,6 +14,7 @@ module.exports = {
filename: 'driver.min.js',
libraryTarget: 'umd',
library: 'Driver',
libraryExport: 'default',
},
module: {
rules: [
......
此差异已折叠。
此差异已折叠。
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册