Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

rollup scss .d.ts

# add in rollup.config.js
external: [/.scss$/],

# example
export default [
  {
    input: 'dist/esm/types/index.d.ts',
    output: [{ file: 'dist/index.d.ts', format: 'esm' }],
    external: [/.scss$/],
    plugins: [dts()]
  }
];
Comment

PREVIOUS NEXT
Code Example
Shell :: how to install "adguard home" using snap store cli 
Shell :: get android device version emulator adb 
Shell :: ssh into rpi 0 
Shell :: azure devops checkout pr 
Shell :: nextcloud .step file 
Shell :: move file force replace linux 
Shell :: installing appwrite on docker 
Shell :: forever command 
Shell :: Problem with MergeList /var/lib/apt/lists/developer.download.nvidia.com_compute_cuda_repos_ubuntu2204_x86%5f64_Packages 
Shell :: git certificate verify locations 
Shell :: run shell script every 2 days 
Shell :: buildozer cython not found 
Shell :: How to use very_good_cli in flutter 
Shell :: how to record or log commands on the command-line 
Shell :: Elden Bash Install Script 
Shell :: ex: push a new local repository to github 
Shell :: powershell benutzer anlegen 
Shell :: getcap 
Shell :: pwsh exit script 
Shell :: conda install opencv linux server 
Shell :: slapd debugging 
Shell :: linux enable numlock on boot up 
Shell :: Run Edge Node with Docker on Linux map wallet 
Shell :: guardar vi 
Shell :: pycache delete bash code 
Shell :: linux split image into 4 parts 
Shell :: bash rename different file names with zero padding 
Shell :: git annoted tags 
Shell :: Update or Remove Single Entry from Known Hosts 
Shell :: linux index.html datei auflistung alle dateien 
ADD CONTENT
Topic
Content
Source link
Name
9+9 =