Skip to content

Commit

Permalink
chore(templates/remix): esm by default
Browse files Browse the repository at this point in the history
  • Loading branch information
pcattori committed Aug 21, 2023
1 parent 0e1e2c3 commit 0e6e31a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions templates/remix/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"private": true,
"sideEffects": false,
"type": "module",
"scripts": {
"build": "remix build",
"dev": "remix dev",
Expand Down
3 changes: 1 addition & 2 deletions templates/remix/remix.config.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
/** @type {import('@remix-run/dev').AppConfig} */
module.exports = {
export default {
ignoredRouteFiles: ["**/.*"],
// appDirectory: "app",
// assetsBuildDirectory: "public/build",
// serverBuildPath: "build/index.js",
// publicPath: "/build/",
serverModuleFormat: "cjs",
};

0 comments on commit 0e6e31a

Please sign in to comment.