Closed wzup closed 7 years ago
LOL, I've already posted the error before and even forgot about it https://github.com/ScottHamper/Cookies/issues/70#issue-202037622
So the answer is above.
Do not use window
if you are using any pre-processors. Require it like that
const Cookies = require('cookies-js');
I use webpack
, so it doesn't work with window
.
The plugin doesn't work.