Commit 1ed793b Mark George
committed
1 parent 2933183 commit 1ed793b Copy full SHA for 1ed793b
File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -12,13 +12,13 @@ export default {
12
12
sourcemap : true ,
13
13
format : 'iife' ,
14
14
name : 'CriticalCSSGenerator' ,
15
- file : 'dist/bundle.js' ,
15
+ file : 'dist/bundle.full. js' ,
16
16
} ,
17
17
{
18
18
sourcemap : true ,
19
19
format : 'iife' ,
20
20
name : 'CriticalCSSGenerator' ,
21
- file : 'dist/bundle.min. js' ,
21
+ file : 'dist/bundle.js' ,
22
22
plugins : [ terser ( ) ] ,
23
23
} ,
24
24
] ,
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ class TestServer {
25
25
26
26
this . app . use (
27
27
"/bundle.js" ,
28
- express . static ( require . resolve ( "../../dist/bundle.js" ) )
28
+ express . static ( require . resolve ( "../../dist/bundle.full. js" ) )
29
29
) ;
30
30
31
31
for ( const [ virtualPath , realDirectory ] of Object . entries (
You can’t perform that action at this time.
0 commit comments