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

polyfill test 5

parent 09f622d4
No related branches found
No related tags found
1 merge request!83Exchange 2016 support
......@@ -4,9 +4,8 @@ const CleanWebpackPlugin = require('clean-webpack-plugin');
module.exports = {
entry: {
'polyfil': './src/lib/webcrypto-liner.shim.js',
'viamapi-client': ['core-js/fn/promise', './src/viamapi-client.js'],
'viamapi-iframe': ['babel-polyfill', './src/iframe/viamapi-iframe.js']
'viamapi-iframe': ['babel-polyfill','./src/lib/webcrypto-liner.shim.js', './src/iframe/viamapi-iframe.js']
},
plugins: [
new HtmlWebpackPlugin({ // Also generate a test.html
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment