File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
packages/snaps-cli/src/webpack Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -2183,7 +2183,7 @@ exports[`getDefaultConfiguration returns the default Webpack configuration for t
21832183 " plugins" : [
21842184 SnapsWebpackPlugin {
21852185 " options" : {
2186- " eval" : false ,
2186+ " eval" : true ,
21872187 " manifestPath" : " /bar/snap.manifest.json" ,
21882188 " writeManifest" : true ,
21892189 },
@@ -2889,7 +2889,7 @@ exports[`getDefaultConfiguration returns the default Webpack configuration for t
28892889 " plugins" : [
28902890 SnapsWebpackPlugin {
28912891 " options" : {
2892- " eval" : false ,
2892+ " eval" : true ,
28932893 " manifestPath" : " /bar/snap.manifest.json" ,
28942894 " writeManifest" : true ,
28952895 },
Original file line number Diff line number Diff line change @@ -307,7 +307,7 @@ export async function getDefaultConfiguration(
307307 new SnapsWebpackPlugin ( {
308308 manifestPath : config . manifest . path ,
309309 writeManifest : config . manifest . update ,
310- eval : ! options . watch && options . evaluate ,
310+ eval : options . evaluate ,
311311 } ) ,
312312
313313 /**
You can’t perform that action at this time.
0 commit comments