Skip to content

Commit

Permalink
spec: don't nuke the selinimum manifest
Browse files Browse the repository at this point in the history
regression in 5d998e8

this should get build times back down again, as more commits will be
selinimizable

Change-Id: I202fe22b734e29afb6c0e536cafb7e6f81eac071
Reviewed-on: https://gerrit.instructure.com/109298
Tested-by: Jenkins
Reviewed-by: Landon Wilkins <[email protected]>
Product-Review: Landon Wilkins <[email protected]>
QA-Review: Landon Wilkins <[email protected]>
  • Loading branch information
jenseng committed Apr 20, 2017
1 parent cf2f1d7 commit ac3c05a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion frontend_build/baseWebpackConfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,9 @@ module.exports = {
'process.env.NODE_ENV': JSON.stringify(process.env.NODE_ENV),
}),

new WebpackCleanupPlugin(),
new WebpackCleanupPlugin({
exclude: ["selinimum-manifest.json"]
}),

// handles our custom i18n stuff
new I18nPlugin(),
Expand Down

0 comments on commit ac3c05a

Please sign in to comment.