You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First of all I am sorry for possibles English errors (not my native language)
I tried to adapt Webpack configuration for bundle multiples files, inlines resources and compile sass files into separated files, with no great results. After looking some plugins and theirs architecture, I changed from Webpack to Gulp.js using Typescript.
This build process, compile TS files into CommonJs module format, inject inline resources (Sass (compiled), HTML), and create a build folder with all js files and css (currently I'm not copying all src files).
No description provided.
The text was updated successfully, but these errors were encountered: