ESM: Rewritten src/web/ in ESM format.

This commit is contained in:
n1474335 2018-05-15 17:36:45 +00:00
parent c90acd24f5
commit 07715bd167
34 changed files with 5207 additions and 4341 deletions

View file

@ -67,6 +67,7 @@ module.exports = {
{
test: /\.m?js$/,
exclude: /node_modules\/(?!jsesc)/,
type: "javascript/auto",
loader: "babel-loader?compact=false"
},
{