0
0
Fork 0

Update supported Node.js version (#8041)

This commit is contained in:
abcang 2018-07-17 22:29:33 +09:00 committed by Eugen Rochko
parent 2bcdfcdee3
commit 3c3cf7e208
3 changed files with 4 additions and 23 deletions

View file

@ -8,7 +8,7 @@ const BundleAnalyzerPlugin = require('webpack-bundle-analyzer').BundleAnalyzerPl
const OfflinePlugin = require('offline-plugin');
const { publicPath } = require('./configuration.js');
const path = require('path');
const { URL } = require('whatwg-url');
const { URL } = require('url');
let compressionAlgorithm;
try {