mirror of
https://github.com/feathericons/feather.git
synced 2023-08-10 21:13:24 +03:00
Compare commits
3 Commits
dependabot
...
v4.7.3
Author | SHA1 | Date | |
---|---|---|---|
2ee03d261c | |||
dc3c0cc47e | |||
d5ba74d93b |
6
package-lock.json
generated
6
package-lock.json
generated
@ -1239,9 +1239,9 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"babel-loader": {
|
"babel-loader": {
|
||||||
"version": "7.1.4",
|
"version": "7.1.2",
|
||||||
"resolved": "https://registry.npmjs.org/babel-loader/-/babel-loader-7.1.4.tgz",
|
"resolved": "https://registry.npmjs.org/babel-loader/-/babel-loader-7.1.2.tgz",
|
||||||
"integrity": "sha512-/hbyEvPzBJuGpk9o80R0ZyTej6heEOr59GoEUtn8qFKbnx4cJm9FWES6J/iv644sYgrtVw9JJQkjaLW/bqb5gw==",
|
"integrity": "sha512-jRwlFbINAeyDStqK6Dd5YuY0k5YuzQUvlz2ZamuXrXmxav3pNqe9vfJ402+2G+OmlJSXxCOpB6Uz0INM7RQe2A==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"requires": {
|
"requires": {
|
||||||
"find-cache-dir": "^1.0.0",
|
"find-cache-dir": "^1.0.0",
|
||||||
|
@ -3,6 +3,7 @@
|
|||||||
"version": "0.0.0-development",
|
"version": "0.0.0-development",
|
||||||
"description": "Simply beautiful open source icons",
|
"description": "Simply beautiful open source icons",
|
||||||
"main": "dist/feather.js",
|
"main": "dist/feather.js",
|
||||||
|
"unpkg": "dist/feather.min.js",
|
||||||
"files": [
|
"files": [
|
||||||
"dist"
|
"dist"
|
||||||
],
|
],
|
||||||
|
@ -6,6 +6,9 @@ module.exports = {
|
|||||||
path: path.resolve(__dirname, 'dist'),
|
path: path.resolve(__dirname, 'dist'),
|
||||||
libraryTarget: 'umd',
|
libraryTarget: 'umd',
|
||||||
library: 'feather',
|
library: 'feather',
|
||||||
|
// Prevents webpack from referencing `window` in the UMD build
|
||||||
|
// Source: https://git.io/vppgU
|
||||||
|
globalObject: "typeof self !== 'undefined' ? self : this",
|
||||||
},
|
},
|
||||||
devtool: 'source-map',
|
devtool: 'source-map',
|
||||||
module: {
|
module: {
|
||||||
|
Reference in New Issue
Block a user