Closed jeggett closed 7 years ago
Hi,
Did you npm i
at the project root too? You may have to npm run build
there too as otherwise it might not resolve to the code as it's precompiled.
I'll add more docs on this.
No, sorry. =( I didn't think about that. Probably because I never stumbled on such require(../)
when I run examples in other projects repositories.
I git clone your repo and
cd examples && npm i && npm run build
Got this error:Maybe this line
const PurifyCSSPlugin = require('../');
from webpack.config.js caused that?