mirror of
https://github.com/sadan4/dotfiles.git
synced 2025-02-24 09:09:00 -05:00
webpack
This commit is contained in:
parent
84b2a3a051
commit
1dc28da09f
1 changed files with 2 additions and 0 deletions
|
@ -7,6 +7,7 @@
|
||||||
home = {
|
home = {
|
||||||
shellAliases = {
|
shellAliases = {
|
||||||
pd = "/home/meyer/dev/ts/pnpm/pnpm/dev/pd.js";
|
pd = "/home/meyer/dev/ts/pnpm/pnpm/dev/pd.js";
|
||||||
|
webpack = "webpack-cli";
|
||||||
};
|
};
|
||||||
packages = with pkgs;
|
packages = with pkgs;
|
||||||
[
|
[
|
||||||
|
@ -22,6 +23,7 @@
|
||||||
nodejs_22
|
nodejs_22
|
||||||
vsce
|
vsce
|
||||||
] ++ (with pkgs.nodePackages; [
|
] ++ (with pkgs.nodePackages; [
|
||||||
|
webpack-cli
|
||||||
nodemon
|
nodemon
|
||||||
ts-node
|
ts-node
|
||||||
pnpm
|
pnpm
|
||||||
|
|
Loading…
Add table
Reference in a new issue