Update version after code change
@aymasse @evilebottnawi I think it is great idea to update version in package.json and publish updated NPM as well.
Ping me tomorrow and we will do this, thanks
@evilebottnawi
Ping me tomorrow and we will do this, thanks
Just a friendly reminder...
Sorry for delay, WIP
@sergeik after investigate we think deprecated this loader in favor raw-loader, i can provide example in raw-loader repo
@evilebottnawi another words we can "executes JS script once in global context." without script-loader? Can you share link to example please.
@sergeik yes, loader logic is very simple:
- raw-loader return content of script
- we do eval on content of this file (https://github.com/webpack-contrib/script-loader/blob/master/addScript.js)