1
0
Fork 0
freesewing/packages/freesewing.org
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 feat(org): Add feeds to head 2022-06-10 12:13:45 +02:00
hooks add useTheme to useApps 2022-06-06 13:12:34 -05:00
pages wip(org): Changes to page structure 2022-06-10 12:25:56 +02:00
prebuild chore(org): Keep prebuild folder 2022-03-27 17:36:52 +02:00
public chore(shared): Added feeds folder 2022-06-10 10:59:43 +02:00
scripts feat(fs.org): Initial import of freesewing.dev code 2022-01-02 17:16:15 +01:00
.eslintrc.json chore(fs.org): Added eslint file 2022-01-10 18:31:09 +01:00
freesewing.config.js wip(org): Work on new site 2022-05-25 18:48:00 +02:00
next-i18next.config.js wip(org): Work on new site 2022-05-21 19:26:43 +02:00
next.config.mjs chore: Supress webpack warnings about named imports from JSON 2022-06-12 22:37:04 +02:00
package.json Merge pull request #2209 from freesewing/dependabot/npm_and_yarn/netlify-cli-10.3.3 2022-06-07 08:52:14 +02:00
postcss.config.js feat(fs.org): Initial import of freesewing.dev code 2022-01-02 17:16:15 +01:00
tailwind.config.js feat(fs.org): Initial import of freesewing.dev code 2022-01-02 17:16:15 +01:00