Skip to content

Commit

Permalink
restore dist/index.css to the build artifacts, to fix backward
Browse files Browse the repository at this point in the history
compatability with earlier builds
  • Loading branch information
Oliver Gupte committed Apr 11, 2018
1 parent f83f2e2 commit 924177e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions webpack.config.bundle.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,9 @@ module.exports = {
filename: 'lucid.css',
disable: !isProduction,
}),
new MiniCssExtractPlugin({
filename: 'index.css',
disable: !isProduction,
}),
],
};

0 comments on commit 924177e

Please sign in to comment.