File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed
repo-scripts/size-analysis Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 15
15
* limitations under the License.
16
16
*/
17
17
18
- import webpack from 'webpack' ;
18
+ import webpack , { OutputFileSystem } from 'webpack' ;
19
19
// @ts -ignore
20
20
import virtualModulesPlugin from 'webpack-virtual-modules' ;
21
21
import { createFsFromVolume , IFs , Volume } from 'memfs' ;
@@ -61,7 +61,7 @@ export async function bundleWithWebpack(
61
61
} ) ;
62
62
63
63
// use virtual file system for output to avoid I/O
64
- compiler . outputFileSystem = getMemoryFileSystem ( ) ;
64
+ compiler . outputFileSystem = getMemoryFileSystem ( ) as OutputFileSystem ;
65
65
66
66
return new Promise < string > ( ( res , rej ) => {
67
67
compiler . run ( ( err , stats ) => {
Original file line number Diff line number Diff line change 26
26
"rollup-plugin-replace" : " 2.2.0" ,
27
27
"rollup-plugin-typescript2" : " 0.31.2" ,
28
28
"@rollup/plugin-virtual" : " 2.1.0" ,
29
- "webpack" : " 5.76.0 " ,
29
+ "webpack" : " 5.97.1 " ,
30
30
"@types/webpack" : " 5.28.5" ,
31
- "webpack-virtual-modules" : " 0.5.0 " ,
31
+ "webpack-virtual-modules" : " 0.6.2 " ,
32
32
"child-process-promise" : " 2.2.1" ,
33
33
"memfs" : " 3.5.3" ,
34
34
"tmp" : " 0.2.1" ,
Original file line number Diff line number Diff line change 19018
19018
through "^2.3.8"
19019
19019
vinyl "^2.2.1"
19020
19020
19021
- webpack-virtual-modules@0.5.0 :
19022
- version "0.5.0 "
19023
- resolved "https://registry.npmjs.org/webpack-virtual-modules/-/webpack-virtual-modules-0.5.0 .tgz"
19024
- integrity sha512-kyDivFZ7ZM0BVOUteVbDFhlRt7Ah/CSPwJdi8hBpkK7QLumUqdLtVfm/PX/hkcnrvr0i77fO5+TjZ94Pe+C9iw ==
19021
+ webpack-virtual-modules@0.6.2 :
19022
+ version "0.6.2 "
19023
+ resolved "https://registry.npmjs.org/webpack-virtual-modules/-/webpack-virtual-modules-0.6.2 .tgz#057faa9065c8acf48f24cb57ac0e77739ab9a7e8 "
19024
+ integrity sha512-66/V2i5hQanC51vBQKPH4aI8NMAcBW59FVBs+rC7eGHupMyfn34q7rZIE+ETlJ+XTevqfUhVVBgSUNSW2flEUQ ==
19025
19025
19026
19026
19027
19027
version "5.76.0"
You can’t perform that action at this time.
0 commit comments