Skip to content

Commit

Permalink
esm module
Browse files Browse the repository at this point in the history
  • Loading branch information
naftali100 committed Dec 3, 2023
1 parent fe4b38c commit 82b90fc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "vue-tooling-template",
"version": "0.0.0",
"private": true,
"type": "module",
"scripts": {
"start": "vite",
"dev": "vite",
Expand Down
2 changes: 1 addition & 1 deletion postcss.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module.exports = {
export default {
plugins: {
tailwindcss: {},
autoprefixer: {}
Expand Down

0 comments on commit 82b90fc

Please sign in to comment.