script-loader icon indicating copy to clipboard operation
script-loader copied to clipboard

[deprecated] Script Loader

Results 6 script-loader issues
Sort by recently updated
recently updated
newest added

Per webpack documentation on building loaders (https://webpack.github.io/docs/how-to-write-a-loader.html), loaders should not use absolute paths, but this one does. This PR fixes the problem.

priority: 3 (required)
semver: Major
status: Pending
type: Refactor

I'm using `script-loader` to load some legacy scripts into my app. Everything works fine when I build with `webpack`, but when I build with `webpack-dev-server` instead (to enable hot reloading...

I'm using script-loader to inject some Foundation JS on our bundles and noticed that if I change the path where the repository is, the `contenthash` changes, this completely broke our...

I would expect that this loader executes script `myScript.js` as if it was included with ``. This is not the case. The following statement `var myVar = {}` will not...

One cannot tell only out of the README.md how is this loader supposed to work. Please provide an Full blown usage example!

type: Documentation

@aymasse @evilebottnawi I think it is great idea to update version in package.json and **publish updated NPM** as well.