-
Notifications
You must be signed in to change notification settings - Fork 1
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
Incentivise to just compile at the "app" level #26
Comments
satazor
added a commit
that referenced
this issue
Sep 10, 2018
The babel-plugin-transform-react-inline-elements plugin was giving some weird errors (false positions). The reason was that a dependency was being inlined and included in an app running development mode. This can be re-enabled when we no longer generate a built version of libs, see #26.
satazor
added a commit
that referenced
this issue
Feb 12, 2019
BREAKING CHANGE: the way the preset is configured changed Closes #26
Merged
satazor
added a commit
that referenced
this issue
Feb 12, 2019
BREAKING CHANGE: the way the preset is different Closes #26
satazor
added a commit
that referenced
this issue
Feb 12, 2019
BREAKING CHANGE: the way the preset is different Closes #26
satazor
added a commit
that referenced
this issue
Feb 12, 2019
BREAKING CHANGE: the way the preset is different Closes #26
satazor
added a commit
that referenced
this issue
Feb 12, 2019
BREAKING CHANGE: the way the preset is different Closes #26
satazor
added a commit
that referenced
this issue
Feb 12, 2019
BREAKING CHANGE: the way the preset is different Closes #26
satazor
added a commit
that referenced
this issue
Feb 12, 2019
BREAKING CHANGE: the way the preset is different Closes #26
satazor
added a commit
that referenced
this issue
Feb 12, 2019
BREAKING CHANGE: the way the preset is different Closes #26
satazor
added a commit
that referenced
this issue
Feb 12, 2019
BREAKING CHANGE: the way the preset is different Closes #26
satazor
added a commit
that referenced
this issue
Feb 12, 2019
BREAKING CHANGE: the way the preset is different Closes #26
satazor
added a commit
that referenced
this issue
Feb 12, 2019
BREAKING CHANGE: the way the preset is different Closes #26
satazor
added a commit
that referenced
this issue
Feb 12, 2019
BREAKING CHANGE: the way the preset is different Closes #26
satazor
added a commit
that referenced
this issue
Feb 12, 2019
BREAKING CHANGE: the way the preset is different Closes #26
satazor
added a commit
that referenced
this issue
Feb 13, 2019
BREAKING CHANGE: the way the preset is different Closes #26
satazor
added a commit
that referenced
this issue
Feb 13, 2019
BREAKING CHANGE: the way the preset is different Closes #26
satazor
added a commit
that referenced
this issue
Feb 13, 2019
BREAKING CHANGE: the way the preset is different Closes #26
paulobmarcos
pushed a commit
that referenced
this issue
Feb 13, 2019
BREAKING CHANGE: the way the preset is different Closes #26
satazor
added a commit
that referenced
this issue
Feb 13, 2019
BREAKING CHANGE: the way the preset is configured has changed Closes #26
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
See: moxystudio/react-with-moxy#99
Also: parcel-bundler/parcel#559 (comment)
Important note: re-enable
babel-plugin-transform-react-remove-prop-types
andbabel-plugin-transform-react-inline-elements
when done.The text was updated successfully, but these errors were encountered: