@egovernments/digit-ui-components 0.0.2-webpack-20 → 0.0.2-webpack-21

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@egovernments/digit-ui-components",
3
- "version": "0.0.2-webpack-20",
3
+ "version": "0.0.2-webpack-21",
4
4
  "license": "MIT",
5
5
  "main": "dist/main.js",
6
6
  "module": "dist/main.js",
@@ -12,7 +12,7 @@
12
12
  "author": "Jagankumar <jagan.kumar@egov.org.in>",
13
13
  "scripts": {
14
14
  "example": "cd example && npm run start",
15
- "build": "webpack --mode=production --node-env=production --config webpack.config.js",
15
+ "build": "webpack --mode=development --node-env=production --config webpack.config.js",
16
16
  "prepare": "yarn build",
17
17
  "publish:components": "npm publish --tag core-webpack-v0.1",
18
18
  "predeploy": "cd example && yarn install && yarn run build",
@@ -1,24 +0,0 @@
1
- /*!
2
- Copyright (c) 2018 Jed Watson.
3
- Licensed under the MIT License (MIT), see
4
- http://jedwatson.github.io/classnames
5
- */
6
-
7
- /**
8
- * @license
9
- * Lodash <https://lodash.com/>
10
- * Copyright OpenJS Foundation and other contributors <https://openjsf.org/>
11
- * Released under MIT license <https://lodash.com/license>
12
- * Based on Underscore.js 1.8.3 <http://underscorejs.org/LICENSE>
13
- * Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
14
- */
15
-
16
- /**
17
- * @license React
18
- * react-jsx-runtime.production.js
19
- *
20
- * Copyright (c) Meta Platforms, Inc. and affiliates.
21
- *
22
- * This source code is licensed under the MIT license found in the
23
- * LICENSE file in the root directory of this source tree.
24
- */