Skip to content

Commit 2e8070b

Browse files
authored
support node-webkit
1 parent 6931036 commit 2e8070b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/configurator.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ const loaderDefaults = defaults.loader;
66
const isomorphicSpriteModule = require.resolve('../runtime/sprite.build');
77
const isomorphicSymbolModule = require.resolve('svg-baker-runtime/symbol');
88

9-
const isTargetBrowser = target => target === 'web' || target === 'electron-renderer' || 'node-webkit' || 'nwjs';
9+
const isTargetBrowser = target => target === 'web' || target === 'electron-renderer' || target === 'node-webkit' || target === 'nwjs';
1010

1111
/**
1212
* @param {Object} params

0 commit comments

Comments
 (0)