python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
How to import TomSelect in App.js to avoid browser error?
I'm working on a symfony 5.4 application that uses webpack / encore. I want to use the tomselect javascript plugin. i installed it with yarn and want to import it somehow in app.js but it doesn't work...
csigusz
Votes: 0
Answers: 2
Webpack Encore : Selective or partial versioning
I usually enable the versioning in Webpack, but is there to do it more selectively?
I need to keep one or more files unversioned.
Even better if I could have both, versioned and unversioned builds of ...
MauMau
Votes: 0
Answers: 1
Jquery in webpack encore not work on Windows OS
Have the following configuration webpack.config.js:
Encore
.addEntries({
base_app: './assets/js/entries/_base-app.js',
menu_app: './assets/js/entries/_menu-app.js',
})
.add...
qnixdev
Votes: 0
Answers: 1
How to set up live reloading with webpack-encore in a Symfony project?
I have created a Symfony full web app with the given command symfony new app --webapp. It came with Webpack configured with webpack-encore. I can have my assets compiled with npm run watch. But the br...
Youssouf Oumar
Votes: 0
Answers: 2