feat: add ES module builds (#2215)
This commit is contained in:
committed by
Shawn Erquhart
parent
7672f2ae27
commit
d142b32345
@ -13,7 +13,8 @@ const rules = () => ({
|
||||
use: {
|
||||
loader: 'babel-loader',
|
||||
options: {
|
||||
configFile: path.resolve(`${__dirname}/../babel.config.js`),
|
||||
rootMode: 'upward',
|
||||
// configFile: path.resolve(`${__dirname}/../babel.config.js`),
|
||||
},
|
||||
},
|
||||
}),
|
||||
|
Reference in New Issue
Block a user