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

polyfil test 4

parent 31196a9e
No related branches found
No related tags found
1 merge request!83Exchange 2016 support
const HtmlWebpackPlugin = require('html-webpack-plugin');
const HtmlWebpackInlineSourcePlugin = require('html-webpack-inline-source-plugin');
const CleanWebpackPlugin = require('clean-webpack-plugin');
const AddAssetHtmlPlugin = require("add-asset-html-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']
},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment