Thomas Sileghem

Results 33 comments of Thomas Sileghem

@andyli until @kevva merged that in you can use it by setting in your `package.json` `"bin-wrapper": "mastilver/bin-wrapper#expose-download-instance"

I'm hitting the same issue I will try to have a go tonight Would that be ok: ``` binWrapper.setDecompressPlugin(plugin) ``` #### plugin Type: `string`, `Function` if a string is passed,...

@m1guelpf I would think so, of course there would be differences, but it should follow the same idea ping me if you need guidance

@jlong To publish to npm just, run: `npm publish` It will ask you to login if you are not yet @all In the meantime you can install `css-spinners` by doing:...

because I don't want to have to include the version and it would get the version from the installed package (as it currently does during the normal process) Of course...

Hi @sultan99 Thank you for reporting this issue Two solution here: - your solution: add an options to order urls (open to API suggestion) - add a field on `module-to-cdn`...

This would be a better way as it would virtually handles all types of resources, not only JavaScript: ```js var fallbackUrls = { 'https://unpkg.com/[email protected]/dist/react.js': 'https://cdn.jsdelivr.net/npm/[email protected]/dist/react.min.js' }; window.addEventListener('error', function(e) { var...

Try to use https://github.com/webpack-contrib/css-loader/tree/new-loader

https://medium.com/webpack/road-to-webpack-4-week-20-21-1641d03ce06e > Add a type to modules (JS, ESM, WASM, CSS)

Hi There is no way to currently ignore a specific chunk (I'm guessing it's a chunk you are talking about?) I wonder if we even have that information, maybe from...