This is an issue with React Toolbox's use of CSS Modules with CSS next, which oddly compiles just fine without any PostCSS plugins added to package.json. But when I revert to the default settings, it still doesn't allow me to use any CSS next in my own CSS modules in the /imports folder.
I'm sure I'm missing something with the set up here, but I can't find anything in the README.md. Any idea what I'm doing incorrectly?
This project is running Meteor 1.6.1, React v16 (with some old Blaze templates), and React Router v4.
When I add the following package.json configuration on the readme.md for adding PostCSS plugins, I get a build error.
This is the build error I keep getting:
This is an issue with React Toolbox's use of CSS Modules with CSS next, which oddly compiles just fine without any PostCSS plugins added to package.json. But when I revert to the default settings, it still doesn't allow me to use any CSS next in my own CSS modules in the /imports folder.
I'm sure I'm missing something with the set up here, but I can't find anything in the README.md. Any idea what I'm doing incorrectly?
This project is running Meteor 1.6.1, React v16 (with some old Blaze templates), and React Router v4.