This repository has been archived by the owner on Feb 18, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 77
module.exports missing from dist build #69
Comments
kristoforsalmin
pushed a commit
to kristoforsalmin/web-starter
that referenced
this issue
May 12, 2017
Note that postcss-custom-properties was not updated due to postcss/postcss-custom-properties#69.
Semigradsky
added a commit
that referenced
this issue
May 15, 2017
Sorry, it's my mistake. Fixed in 6.0.1 |
kristoforsalmin
pushed a commit
to kristoforsalmin/web-starter
that referenced
this issue
Oct 20, 2017
Note that postcss-custom-properties was not updated due to postcss/postcss-custom-properties#69.
kristoforsalmin
added a commit
to kristoforsalmin/web-starter
that referenced
this issue
Jul 8, 2019
Note that postcss-custom-properties was not updated due to postcss/postcss-custom-properties#69.
romainmenke
pushed a commit
to csstools/postcss-plugins
that referenced
this issue
Dec 15, 2021
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The usage docs are no longer correct as of 6.0.0. Babel transpiles
export default
toexports.default
, so you have to dorequire('postcss-custom-properties').default
to get the main plugin function.A few potential solutions:
module.exports
to index.jsadd-module-exports
to do it for youAs a user, I'd prefer anything other than 1, and I personally think 2 is the best. Happy to PR any of the options!
The text was updated successfully, but these errors were encountered: