Skip to content
Snippets Groups Projects
Commit 9f952414 authored by Zdravko Iliev's avatar Zdravko Iliev
Browse files

polyfil test 2

parent ffc3c3c5
No related branches found
No related tags found
1 merge request!83Exchange 2016 support
...@@ -16,7 +16,10 @@ module.exports = { ...@@ -16,7 +16,10 @@ module.exports = {
inlineSource: '.(js)$' inlineSource: '.(js)$'
}), }),
new AddAssetHtmlPlugin({ 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 CleanWebpackPlugin(),
new HtmlWebpackInlineSourcePlugin() new HtmlWebpackInlineSourcePlugin()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment