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. |
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
I have set
BROWSERSLIST_DANGEROUS_EXTEND=1on my system (echoworks), yet I keep getting the errorBrowserslist config needs 'browserslist-config-' prefix. Use 'dangerousExtend' option to disable.package.json:
How to use
BROWSERSLIST_DANGEROUS_EXTENDordangerousExtendvia Autoprefixer?All reactions