Skip to content

Commit ab1484f

Browse files
committed
fix: added css-loader
1 parent 6e15522 commit ab1484f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@
4444
"postinstall": "node -e \"const { execSync } = require('child_process'); try { execSync('coc --version', { stdio: 'ignore' }); } catch (error) { try { execSync('npm install -g @cocreate/cli', { stdio: 'inherit' }); console.log('Installed \"@cocreate/cli\" globally.'); } catch (error) { console.error('Failed to install \"@cocreate/cli\" globally:', error); } }\""
4545
},
4646
"devDependencies": {
47+
"css-loader": "^5.1.3",
4748
"esbuild": "^0.25.2",
4849
"esbuild-loader": "^4.3.0",
4950
"html-webpack-plugin": "^5.3.1",

0 commit comments

Comments
 (0)