Skip to content

Commit

Permalink
Merge pull request #139 from edx/efischer/all_you_can_do_is_laugh
Browse files Browse the repository at this point in the history
why does this work
  • Loading branch information
Eric Fischer authored Feb 26, 2018
2 parents 33f7322 + 7187f36 commit a1567f1
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 13 deletions.
11 changes: 0 additions & 11 deletions config/webpack.prod.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,17 +33,6 @@ module.exports = Merge.smart(commonConfig, {
outputPath: '/i18n/messages/',
},
},
{
test: /\.(js|jsx)$/,
include: [
path.resolve(__dirname, '../node_modules/react-intl/locale-data'),
],
loader: 'file-loader',
options: {
name: '[name].[ext]',
outputPath: '/i18n/locale_data/',
},
},
{
test: /(.scss|.css)$/,
use: ExtractTextPlugin.extract({
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@edx/studio-frontend",
"version": "1.3.3",
"version": "1.3.4",
"description": "The frontend for the Open edX platform",
"repository": "edx/studio-frontend",
"scripts": {
Expand Down

0 comments on commit a1567f1

Please sign in to comment.