1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-22 18:00:18 +01:00
metamask-extension/development/build
Mark Stacey 84bd2dcce7
Remove unused parameter in styles build script (#9710)
The `devMode` parameter being passed to the `buildScss` function was
not being used. The `buildScss` function was declared _inside_ the
function in which it is invoked, so the `devMode` variable is already
in scope - it doesn't need to be passed in.
2020-10-26 11:01:07 -02:30
..
display.js Update ESLint shared config to v3 (#9274) 2020-08-19 13:57:05 -02:30
etc.js Update ESLint shared config to v3 (#9274) 2020-08-19 13:57:05 -02:30
index.js Add ses lockdown to build system (#9568) 2020-10-23 21:04:42 -02:30
manifest.js Fix node/no-path-concat issues (#9669) 2020-10-22 00:04:52 -02:30
scripts.js add segment implementation of metametrics (#9382) 2020-09-14 12:04:05 -05:00
static.js Update ESLint shared config to v3 (#9274) 2020-08-19 13:57:05 -02:30
styles.js Remove unused parameter in styles build script (#9710) 2020-10-26 11:01:07 -02:30
task.js Spawn yarn processes in a cmd subshell on Windows (#9628) 2020-10-20 01:37:23 -02:30