jlengstorf / learn-rollup

This is an example project to accompany a tutorial on using Rollup.
https://code.lengstorf.com/learn-rollup-js/
ISC License
191 stars 61 forks source link

Including PostCss results in syntax error #49

Closed SumNeuron closed 6 years ago

SumNeuron commented 6 years ago

I was going through the tutorial in a more belabored way (not using your git repo, but copying all by hand). Went through part 1 no problems (except a missing dependency of bable-core).

When I try to include postcss i get a syntax error and I do have it in the packages.json file.

jlengstorf commented 6 years ago

Hi, @SumNeuron — if there's a syntax error, I'd do a comparison between the tutorial code and your code to see what's different. If your code is different from the tutorial, I'd recommend posting an issue on the Babel or PostCSS repo with the specific error and your source code.

Good luck!