Simplify samples

This commit is contained in:
Alex Dima 2018-08-11 00:26:38 +02:00
parent 779a88524d
commit 9669392026
6 changed files with 1751 additions and 9732 deletions

View file

@ -1,5 +1,4 @@
const path = require('path');
const webpack = require('webpack');
module.exports = {
mode: 'development',
@ -22,7 +21,4 @@ module.exports = {
use: [ 'style-loader', 'css-loader' ]
}]
},
plugins: [
new webpack.IgnorePlugin(/^((fs)|(path)|(os)|(crypto)|(source-map-support))$/, /vs(\/|\\)language(\/|\\)typescript(\/|\\)lib/)
],
};