Skip to content

Commit 8567471

Browse files
author
Joegrundman
committed
isDev config now shared with isTest
1 parent 83e90f3 commit 8567471

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webpack.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ const modules = join(root, 'node_modules');
1818
const dest = join(root, 'dist');
1919

2020
var config = getConfig({
21-
isDev: isDev,
21+
isDev: isDev || isTest,
2222
in: join(src, 'app.js'),
2323
out: dest,
2424
html: function (context) {

0 commit comments

Comments
 (0)