mirror of
https://github.com/feathericons/feather.git
synced 2023-08-10 21:13:24 +03:00
style: Fix formatting
This commit is contained in:
parent
d5ba74d93b
commit
dc3c0cc47e
@ -8,7 +8,7 @@ module.exports = {
|
|||||||
library: 'feather',
|
library: 'feather',
|
||||||
// Prevents webpack from referencing `window` in the UMD build
|
// Prevents webpack from referencing `window` in the UMD build
|
||||||
// Source: https://git.io/vppgU
|
// Source: https://git.io/vppgU
|
||||||
globalObject: 'typeof self !== \'undefined\' ? self : this',
|
globalObject: "typeof self !== 'undefined' ? self : this",
|
||||||
},
|
},
|
||||||
devtool: 'source-map',
|
devtool: 'source-map',
|
||||||
module: {
|
module: {
|
||||||
|
Loading…
Reference in New Issue
Block a user