|
|
@ -5,6 +5,7 @@ const attachments = require("./attachments"); |
|
|
|
|
|
|
|
|
|
|
|
module.exports = merge(common, { |
|
|
|
module.exports = merge(common, { |
|
|
|
mode: "production", |
|
|
|
mode: "production", |
|
|
|
|
|
|
|
target: ["web", "es5"], |
|
|
|
|
|
|
|
|
|
|
|
entry: { |
|
|
|
entry: { |
|
|
|
"fineui.min": attachments.fineui, |
|
|
|
"fineui.min": attachments.fineui, |
|
|
@ -14,8 +15,8 @@ module.exports = merge(common, { |
|
|
|
|
|
|
|
|
|
|
|
output: { |
|
|
|
output: { |
|
|
|
path: dirs.DEST, |
|
|
|
path: dirs.DEST, |
|
|
|
filename: "[name].js", |
|
|
|
filename: "[name].js" |
|
|
|
}, |
|
|
|
}, |
|
|
|
|
|
|
|
|
|
|
|
devtool: "hidden-source-map", |
|
|
|
devtool: "hidden-source-map" |
|
|
|
}); |
|
|
|
}); |
|
|
|