Logo
Explore Help
Register Sign In
supernets/hardlounge
Archived
1
Fork 0
You've already forked hardlounge
Code Issues Pull Requests Releases Activity
This repository has been archived on 2026-04-14. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
master
hardlounge/babel.config.cjs

5 lines
154 B
JavaScript
Raw Permalink Normal View History

Convert configs to cjs, move babel to own file, combine webpack configs (#4561) * Convert configs to cjs * Fix lint script in package.json * Move babel config to separate file * Combine webpack configs and include babelConfig
2022-05-02 21:19:12 -05:00
module.exports = {
TypeScript and Vue 3 (#4559) Co-authored-by: Eric Nemchik <eric@nemchik.com> Co-authored-by: Pavel Djundik <xPaw@users.noreply.github.com>
2022-06-18 16:25:21 -08:00
presets: [["@babel/preset-env", {bugfixes: true}], "babel-preset-typescript-vue3"],
plugins: ["@babel/plugin-transform-runtime"],
Convert configs to cjs, move babel to own file, combine webpack configs (#4561) * Convert configs to cjs * Fix lint script in package.json * Move babel config to separate file * Combine webpack configs and include babelConfig
2022-05-02 21:19:12 -05:00
};
Reference in New Issue Copy Permalink