UNPKG
@rundexter/dexter-interactive
Version:
latest (0.0.1)
0.0.1
Facilitate interactivity between a webpage and a Dexter chatbot
rundexter/dexter-interactive
@rundexter/dexter-interactive
/
webpack.config.prod.babel.js
6 lines
(3 loc)
•
151 B
JavaScript
View Raw
1
2
3
4
5
6
import
commonConfig
from
"./webpack.config.common.babel"
;
const
productionConfig =
Object
.
assign
({}, commonConfig);
export
default
productionConfig;