Skip to content

Commit

Permalink
fix: Fix release script
Browse files Browse the repository at this point in the history
  • Loading branch information
kyasbal committed Mar 4, 2017
1 parent 168f948 commit 3fed727
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 @@ -34,7 +34,7 @@ module.exports = (env)=>{
const buildTasks = [getBuildTask("index.js", [])]

if (env.prod) {
buildTasks.push(getBuildTask("index.js", [])); // for npm registeirng
buildTasks.push(getBuildTask(fnPrefix + ".js", [])); // for npm registeirng
buildTasks.push(getBuildTask(fnPrefix + ".min.js", [
new webpack.optimize.UglifyJsPlugin({
compress: {
Expand Down

0 comments on commit 3fed727

Please sign in to comment.