Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
with
4 additions
and
6 deletions.
-
+4
−6
gulpfile.coffee
|
@@ -81,14 +81,12 @@ gulp.task "webpack:release", ["version"], (callback) -> |
|
|
filename: "build/framer.js" |
|
|
sourceMapFilename: "[file].map" |
|
|
pathinfo: false |
|
|
|
|
|
# Uglify is disabled because it messes up the source maps in Safari. |
|
|
plugins: [ |
|
|
new webpack.optimize.DedupePlugin(), |
|
|
# new webpack.optimize.UglifyJsPlugin({ |
|
|
# mangle: false, |
|
|
# compress: {warnings: false} |
|
|
# }) |
|
|
new webpack.optimize.UglifyJsPlugin({ |
|
|
mangle: false |
|
|
compress: {warnings: true} |
|
|
}) |
|
|
] |
|
|
|
|
|
webpackDev("webpack:release", config, callback) |
|
|
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.