1. Module bundling added to reduce server calls as each file was taking ~440 ms to load on public server.\n2. JavaScript lib files refactored with OOP for use with module bundling.
This commit is contained in:
8
node_modules/webpack/lib/SingleEntryPlugin.js
generated
vendored
Normal file
8
node_modules/webpack/lib/SingleEntryPlugin.js
generated
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
/*
|
||||
MIT License http://www.opensource.org/licenses/mit-license.php
|
||||
Author Sean Larkin @thelarkinn
|
||||
*/
|
||||
|
||||
"use strict";
|
||||
|
||||
module.exports = require("./EntryPlugin");
|
||||
Reference in New Issue
Block a user