This commit is contained in:
vuthpov 2020-06-03 21:12:52 +07:00
parent 6b7a91b9fd
commit 78f76676d3
3 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
"name": "BaseContextProvider", "name": "BaseContextProvider",
"version": "1.1.0", "version": "1.1.0",
"description": "", "description": "",
"main": "./lib/baseContextProvider.js", "main": "./lib/BaseContextProvider.js",
"license": "", "license": "",
"scripts": { "scripts": {
"build": "webpack" "build": "webpack"

View File

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