Skip to content

Commit

Permalink
Re-add js output because we actually can't delete it
Browse files Browse the repository at this point in the history
  • Loading branch information
Tj-Tracy committed Dec 9, 2020
1 parent 34146bd commit 034731b
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,13 @@ function generateBaseConfig(theme) {
plugins: [
new MiniCssExtractPlugin({
filename: 'css/[name].css'
})
}),
],
module: {
output: {
path: path.resolve(`./edx_credentials_themes/static/${theme}/`),
filename: '[name].js'
},
module: {
rules: [
{
test: /\.s?css$/,
Expand Down

0 comments on commit 034731b

Please sign in to comment.