Merge branch 'vnext' of https://github.com/mozilla/send into ios-prototype-3

This commit is contained in:
Donovan Preston 2018-08-02 14:01:50 -04:00
commit c13b63ec9c
No known key found for this signature in database
GPG key ID: B43EF44E428C806E
13 changed files with 239 additions and 102 deletions

View file

@ -89,6 +89,7 @@ const web = {
{
// Strip asserts from our deps, mainly choojs family
include: [path.resolve(__dirname, 'node_modules')],
exclude: [path.resolve(__dirname, 'node_modules/crc')],
loader: 'webpack-unassert-loader'
}
]