c205b89523
* Convert configs to cjs * Fix lint script in package.json * Move babel config to separate file * Combine webpack configs and include babelConfig
4 lines
50 B
JavaScript
4 lines
50 B
JavaScript
module.exports = {
|
|
presets: [["@babel/env"]],
|
|
};
|