webpack-node-externals icon indicating copy to clipboard operation
webpack-node-externals copied to clipboard

Easily exclude node modules in Webpack

Results 56 webpack-node-externals issues
Sort by recently updated
recently updated
newest added

This is my code, I use typescript, but having issue with alias, but it turns out that is because I use nodeExternals() that's why the alias but work, but after...

I have the following code: ``` const configureProduction = (app: any) => { const clientStats = require('./stats.json'); const serverRender = require('./server.js').default; const publicPath = '/'; const outputPath = join(__dirname, '.');...

Hi, getting the Critical Dependency error when using express with hot module. ``` WARNING in ./packages/servers/express/node_modules/colors/lib/colors.js 127:29-43 Critical dependency: the request of a dependency is an expression WARNING in ./packages/servers/express/node_modules/express/lib/view.js...

I'm using npm-link to develop multiple related repos at once. So I use the whitelist to opt-in my related source modules (which are linked in node_modules). But I need node-externals...

Hey, This package is great! I am certainly not an expert with webpack config files but I've came across this issue where I had an optional package and using this,...

the following line could check to see if proces.env.NODE_PATH. currently this must be done manually by the developer. https://github.com/liady/webpack-node-externals/blob/master/index.js#L56

enhancement

Try to pass `'module'` to `importType` option ```js externals: [nodeExternals({ importType: 'module' })], ``` Got error: ```zsh Type '"module"' is not assignable to type '"var" | "this" | "commonjs" |...

Bumps [json5](https://github.com/json5/json5) to 2.2.3 and updates ancestor dependencies [json5](https://github.com/json5/json5), [tsconfig-paths](https://github.com/dividab/tsconfig-paths) and [webpack](https://github.com/webpack/webpack). These dependencies need to be updated together. Updates `json5` from 1.0.1 to 2.2.3 Release notes Sourced from json5's...

dependencies

Hi, i use example from here: https://github.com/liady/webpack-node-externals#how-can-i-bundle-required-assets-ie-css-files-from-node_modules But looks like it works only when css file import places at source code of project It is not working when i import...

Bumps [debug](https://github.com/debug-js/debug) to 2.6.9 and updates ancestor dependency [mocha](https://github.com/mochajs/mocha). These dependencies need to be updated together. Updates `debug` from 2.2.0 to 2.6.9 Release notes Sourced from debug's releases. 2.6.9 Patches...

dependencies