build main distribution directly from source

This commit is contained in:
Shawn Erquhart
2018-07-25 05:37:38 -04:00
parent 439920c652
commit 866fcf7c99
7 changed files with 45 additions and 34 deletions

View File

@ -38,7 +38,7 @@ module.exports = {
},
{
test: /\.css$/,
include: [/redux-notifications/],
include: [/(redux-notifications|react-datetime)/],
use: ['to-string-loader', 'css-loader'],
},
],