Open SumNeuron opened 6 years ago
Can you provide a repo to reproduce this?
@egoist I'll work on it... but it is reproducible by just going through the tutorial and only added packages as needed (rather than cloning his repo and just install the npm modules when stated)
Sorry, I don't have time to read through that tutorial 😂 It would be a lot easier to just clone a repo and run...
Maybe a snippet of the config / app code you're using is enough.
So here is a project that I am working on https://gitlab.com/SumNeuron/multitags which I just incorporated postcss into.
It is currently commented out.
Please do the following to reproduce the error
file: src/scripts/main.js
uncomment line 17
file: rollup.config.js
uncomment lines 6-14 and 22-30
run ./node_modules/.bin/rollup -c
I was following the JS rollup tutorial at code.lengstorf.com/learn-rollup-css/ which uses postcss. Everything was fine until I tried to include it in my project.
Now I get