This commit is contained in:
vuthpov 2020-06-03 21:23:19 +07:00
parent 899e8dc573
commit 8fdca1e803
2 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ module.exports = {
entry: './src/baseContextProvider.js',
output: {
path: path.resolve('lib'),
filename: 'BaseContextProvider.js',
filename: 'baseContextProvider.js',
libraryTarget: 'commonjs2'
},
module: {