python-webpack-boilerplate
python-webpack-boilerplate copied to clipboard
Django Webpack boilerplate & Flask Webpack boilerplate
Im trying to use thois this with tailwind and Im getting this error ``` ERROR in ./src/styles/index.scss (./src/styles/index.scss.webpack[javascript/auto]!=!./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/styles/index.scss) Module build failed (from ./node_modules/postcss-loader/dist/cjs.js): /home/ladet/dev/ladetme/frontend/node_modules/postcss-import/index.js:45 if (styles.source?.input?.file) { ^ SyntaxError: Unexpected...
Are you planning to add `HTMX` and `Alpine.js` to the `python-webpack-boilerplate`? Honestly, only these two things are missing for the `python-webpack-boilerplate` to be a truly versatile and complete starting point...
Please add ts-loader to config by default, many npm packages usins ts files and the default doesnt complie example 'preline' heres a what i had to do to resolve this...