Skip to content

Commit

Permalink
Merge pull request #1202 from diegonvs/1201
Browse files Browse the repository at this point in the history
Fixes #1201 | Fix clay package's main file
  • Loading branch information
jbalsas authored Sep 27, 2018
2 parents 7cda187 + e91563f commit 7f85c64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/clay/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ module.exports = Object.assign(webpackCommonConfig, {
output: {
library: 'clay',
libraryTarget: 'this',
filename: './lib/js/clay.js',
filename: './lib/clay.js',
},
plugins: [
new webpack.optimize.ModuleConcatenationPlugin(),
Expand Down

0 comments on commit 7f85c64

Please sign in to comment.