Skip to content
Snippets Groups Projects

Exchange 2016 support

Merged Alexey Lunin requested to merge exchange-2016-support into master
1 file
+ 4
1
Compare changes
  • Side-by-side
  • Inline
@@ -16,7 +16,10 @@ module.exports = {
inlineSource: '.(js)$'
}),
new AddAssetHtmlPlugin({
filepath: require.resolve("./src/lib/webcrypto-liner.shim.js")
filepath: require.resolve("./src/lib/webcrypto-liner.shim.js"),
attributes: {
nomodule: true
}
}),
new CleanWebpackPlugin(),
new HtmlWebpackInlineSourcePlugin()
Loading