webpack-encore
webpack-encore copied to clipboard
A simple but powerful API for processing & compiling assets built around Webpack
Similar to ESLint, but for CSS and SASS: https://www.npmjs.com/package/stylelint
Hello! This is probably more like a question than any bug/feature report, so please let me know if this is out of order as an issue here. I have setup...
Babel 7.14 enables class fields & private methods by default in `@babel/preset-env`: * https://blog.saeloun.com/2021/06/24/babel-enables-class-field-and-private-methods.html * https://github.com/babel/babel/blob/main/CHANGELOG.md#v7140-2021-04-29 * https://github.com/babel/babel/pull/13091 This means there is no need to load `@babel/plugin-proposal-class-properties` when enabling `enableBabelTypeScriptPreset`:...
Hello, I have an application that uses webpack in production to generate the js/css assets. This assets are built in production as the user can edit the scss files to...
I got my app.js and a pages/postMedia.js which are both imported in my twig file. None of my postMedia.js functions are working and I get this message on the console:...
> Svelte is a radical new approach to building user interfaces. Whereas traditional frameworks like React and Vue do the bulk of their work in the browser, Svelte shifts that...
version **1.5.0** if i use in webpack.config.json ``` Encore.configureDevServerOptions(options => { options.hot = true; options.firewall = false; options.public = 'https://somesite.com/webpack/'; options.port = 8080; }); ``` seems that works only .hot...
Currently i'm creating two builds, a modern and a legacy, and serving them both with `type=module` and `nomodule`. To do so i've created twig functions to add the correct attributes...
Hi @weaverryan ! This issue seems similar to https://github.com/symfony/webpack-encore/issues/727 When I run ``` yarn install --production NODE_ENV=production ./node_modules/.bin/encore production ``` I get the error `Cannot find module 'tapable'`. It seems...
Since `webpack-dev-server.beta.3` is release (25days ago) the minimal node version supported by this module is `">= 12.13.0"` Can you update the `package.json` to remove the version `^10.19.0` that is still...