You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
bocai_supplyChain_pc/babel.config.js

17 lines
373 B
JavaScript

4 years ago
let plugins = [];
// production
3 years ago
// if (process.env.NODE_ENV === "production") {
// plugins = ["transform-remove-console"];
// }
4 years ago
module.exports = {
presets: ["@vue/cli-plugin-babel/preset"],
4 years ago
plugins: [
// [
// "import",
// { libraryName: "ant-design-vue", libraryDirectory: "es", style: true },
// ],
...plugins,
],
4 years ago
// publicPath: "./",
4 years ago
};