1
0
Fork 0
freesewing/packages/freesewing.dev
Joost De Cock b0aa9f3895 chore: Supress webpack warnings about named imports from JSON
This suppresses a warning in webpack v5 when importing the
version from the package.json file like a named export.

This use to be fine in webpack v4 but in v5 it's deprecated to
be more inline with the way it works in NodeJS.

That being said, it's very usefull as there's no need to pull in
the entire package.json file.
Futhermore, esbuild supports this out of the box so we also use
it in our build scripts.

So for now I'm supressing this warning. In FreeSewing v3 we'll
re-evaluate this.
2022-06-12 22:37:04 +02:00
..
components fix(dev): Put theme picker in navbar on mobile 2022-06-09 17:23:12 +02:00
hooks add useTheme to useApps 2022-06-06 13:12:34 -05:00
pages feat(shared): Support for translation in Dot custom component 2022-05-20 15:34:08 +02:00
prebuild fix(fs.dev): Keep prebuild data out of repo 2021-12-29 18:45:17 +01:00
public chore(shared): Added feeds folder 2022-06-10 10:59:43 +02:00
scripts fix(dev): Updated algolia settings 2022-02-05 20:21:26 +01:00
.eslintrc.json feat(fs.dev) Setup next 12 & mdx 2 with ESM 2021-12-10 09:56:19 +01:00
freesewing.config.js fix(dev): Updated algolia index 2022-02-05 21:19:08 +01:00
i18n.config.mjs feat(shared): Support for translation in Dot custom component 2022-05-20 15:34:08 +02:00
next-i18next.config.js feat(dev): Added next-i18next to dev site 2022-02-13 16:00:00 +01:00
next.config.mjs chore: Supress webpack warnings about named imports from JSON 2022-06-12 22:37:04 +02:00
package.json build(deps): bump netlify-cli from 9.16.7 to 10.3.3 2022-05-27 15:51:49 +00:00
postcss.config.js chore(fs.dev): Added tailwindcss 2021-12-10 10:30:15 +01:00
skip_build.sh chore(dev): Updated skip script 2022-05-20 15:59:27 +02:00
tailwind.config.js chore(fs.dev): Added tailwindcss 2021-12-10 10:30:15 +01:00