UNPKG

@v4fire/client

Version:

V4Fire client core library

16 lines (13 loc) 375 B
'use strict'; /*! * V4Fire Client Core * https://github.com/V4Fire/Client * * Released under the MIT license * https://github.com/V4Fire/Client/blob/master/LICENSE */ /** * This module provides a promise that should resolve before initialize of the webpack config. * You can use it to initialize some modules before webpack. */ module.exports = Promise.resolve();