Replies: 1 comment 2 replies
-
You can use shell env variables by calling build script something like: BROWSERSLIST_DANGEROUS_EXTEND=1 npm build
Sharable config is a special npm package which use special API to export the config for target browsers.
Seems like you are doing a wrong thing. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have set
BROWSERSLIST_DANGEROUS_EXTEND=1
on my system (echo
works), yet I keep getting the errorBrowserslist config needs 'browserslist-config-' prefix. Use 'dangerousExtend' option to disable.
package.json:
How to use
BROWSERSLIST_DANGEROUS_EXTEND
ordangerousExtend
via Autoprefixer?Beta Was this translation helpful? Give feedback.
All reactions