Skip to content

Commit 44870d1

Browse files
authored
Merge pull request #39 from saade/build
fix build system
2 parents fb2a9ff + f8a3e3e commit 44870d1

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

bin/build.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import * as esbuild from 'esbuild'
1+
import esbuild from 'esbuild'
22

33
const isDev = process.argv.includes('--dev')
44

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"private": true,
3+
"type": "module",
34
"scripts": {
45
"dev:styles": "npx tailwindcss -i resources/css/index.css -o resources/dist/skeleton.css --postcss --watch",
56
"dev:scripts": "node bin/build.js --dev",
@@ -14,7 +15,7 @@
1415
"@tailwindcss/forms": "^0.5.4",
1516
"@tailwindcss/typography": "^0.5.9",
1617
"autoprefixer": "^10.4.14",
17-
"esbuild": "^0.17.19",
18+
"esbuild": "^0.19.2",
1819
"npm-run-all": "^4.1.5",
1920
"postcss": "^8.4.26",
2021
"postcss-import": "^15.1.0",
File renamed without changes.

0 commit comments

Comments
 (0)