Skip to content

Commit d1789bb

Browse files
authored
Merge pull request #232 from mgusmano/ext-react-6.7.x
plugin
2 parents 53ad170 + f8e44bf commit d1789bb

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

packages/ext-react-webpack-plugin/dist/pluginUtil.js

Lines changed: 3 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/ext-react-webpack-plugin/src/pluginUtil.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,8 +301,9 @@ export function _prepareForBuild(app, vars, options, output, compilation) {
301301
log(app + 'Building Ext bundle at: ' + bundleDir)
302302
}
303303
else {
304-
vars.rebuild = false
304+
vars.rebuild = true
305305
log(app + 'Ext rebuild NOT needed')
306+
log(app + 'but done')
306307
}
307308
}
308309
catch(e) {

0 commit comments

Comments
 (0)