-
Notifications
You must be signed in to change notification settings - Fork 4
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
how to use the require syntax #2
Comments
+1 |
@GabrielDelepine @s1nz Hi! |
You can use by requiring the default export.
|
I am using the vue.config.js to edit my webpack config so changing the name of the file is not an option and the |
This doesn't unfortunately work with next.js. Can you please remove the default export and move to |
Hi
I have a little question
How to use this module with the basic
require('postcss-exclude-files')
syntax ?const excludeFiles = require('postcss-exclude-files')
simply does not work. I am getting the following errorTypeError: excludeFiles is not a function
In the readme file you load postcss-exclude-files from a path, not from the node_modules. Is it intentional?
import excludeFiles from './app/lib/postcss-exclude-files'
Thanks
The text was updated successfully, but these errors were encountered: