webpack-merge-and-include-globally icon indicating copy to clipboard operation
webpack-merge-and-include-globally copied to clipboard

Merge multiple files (js, css..) and include by running them "as is". Supports minify by custom transform and wildcard paths.

Results 42 webpack-merge-and-include-globally issues
Sort by recently updated
recently updated
newest added

Hi, first of all thanks for the great plugin. I was wondering why my project takes time to serve an hot update of the css and, measuring the lag, I've...

Hi, A bug has hit me while I was trying to process webpack task. After adding a new file to a list of meged *.js an error has appeared: ```...

On line 30 in index.js there is not escaped dot (.) in (.min): const match = existingFileName.match(/-([0-9a-f]+)(.min)?(\.\w+)(\.map)?$/); which results to append hash value before any 'min' text such as 'dmin'...

The new file gets generated fine and gets served well ( over local dev server ). But the file does not seem to get updated in the webpack stats in...

I noticed that char with char code #65279 is added in the bundeled result. It seems like the char is added between files, and modifying the 'separator' parameter does not...

I have just installed this package via `npm install webpack-merge-and-include-globally` and running Webpack process throws following error: ``` Error: Cannot find module '@babel/runtime/helpers/interopRequireDefault' Require stack: - /{...}/node_modules/webpack-merge-and-include-globally/index.node6-compatible.js - /{...}/app/webpack.config.js -...

Currently, the bundle runs before this plugin merges the specified files. As a result, we can't use the output of this library as the entry point of the webpack bundler....

Bumps [json5](https://github.com/json5/json5) from 1.0.1 to 1.0.2. Release notes Sourced from json5's releases. v1.0.2 Fix: Properties with the name __proto__ are added to objects and arrays. (#199) This also fixes a...

dependencies

Bumps [express](https://github.com/expressjs/express) from 4.17.1 to 4.18.2. Release notes Sourced from express's releases. 4.18.2 Fix regression routing a large stack in a single route deps: [email protected] deps: [email protected] perf: remove unnecessary...

dependencies

Bumps [qs](https://github.com/ljharb/qs) from 6.5.2 to 6.5.3. Changelog Sourced from qs's changelog. 6.5.3 [Fix] parse: ignore __proto__ keys (#428) [Fix] utils.merge: avoid a crash with a null target and a truthy...

dependencies