How call own script every build in Symfony's webpack encore?

Viewed 68

I have clean project... only installed Symfony's webpack encore and vue.js. (So basic: index.html, app.js, app.css)

How i can load (and execute) my own javascript every build via webpack encore? And use typeScript features like filesystem (fs)? I was searching in encore documentation and can't find any hint...

0 Answers
Related