Skip to content

Commit

Permalink
fix: Sheet fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
xdy committed Jul 2, 2020
1 parent 57ba2df commit 61508be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ module.exports = (env, argv) => {
),
new WriteFilePlugin(),
new MiniCssExtractPlugin({
filename: 'src/styles/twodsix.scss'
filename: 'styles/twodsix.css'
})
],
resolve: {
Expand Down

0 comments on commit 61508be

Please sign in to comment.