-
-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Usage with mjs configs #8
Comments
I've described the problem in this issue, but the problem seems to be that the TypeScript signature of |
next-remove-imports/core/src/index.ts Line 8 in 0e23be8
import removeImports from 'next-remove-imports'
const removeImportsFun = removeImports({
options: { },
})
export default removeImportsFun({
reactStrictMode: true,
i18n: {
locales: ["en"],
defaultLocale: "en",
},
}) |
next-remove-imports/example/esm/next.config.mjs Lines 1 to 16 in e90b344
|
Thanks @jaywcjlove! |
I'm using this package exatcly as described in readme, but unable to import scss at component level still |
@ticmaidev https://github.com/uiwjs/next-remove-imports/tree/main/example You can provide a reproducible example through codesandbox.io, and I'll help you take a look. |
Hi all,
I'm running into difficulty with using
next-remove-imports
in a project which usesnext.config.mjs
instead of the standardnext.config.js
, which is currently documented. Any guidance on how to proceed here?My config currently looks like this:
The text was updated successfully, but these errors were encountered: