We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fb2a9ff + f8a3e3e commit 44870d1Copy full SHA for 44870d1
bin/build.js
@@ -1,4 +1,4 @@
1
-import * as esbuild from 'esbuild'
+import esbuild from 'esbuild'
2
3
const isDev = process.argv.includes('--dev')
4
package.json
@@ -1,5 +1,6 @@
{
"private": true,
+ "type": "module",
"scripts": {
5
"dev:styles": "npx tailwindcss -i resources/css/index.css -o resources/dist/skeleton.css --postcss --watch",
6
"dev:scripts": "node bin/build.js --dev",
@@ -14,7 +15,7 @@
14
15
"@tailwindcss/forms": "^0.5.4",
16
"@tailwindcss/typography": "^0.5.9",
17
"autoprefixer": "^10.4.14",
- "esbuild": "^0.17.19",
18
+ "esbuild": "^0.19.2",
19
"npm-run-all": "^4.1.5",
20
"postcss": "^8.4.26",
21
"postcss-import": "^15.1.0",
postcss.config.js postcss.config.cjspostcss.config.js renamed to postcss.config.cjs
0 commit comments