Skip to content

Commit

Permalink
chore: add development mode to dev-server so that developers can see …
Browse files Browse the repository at this point in the history
…the warnings (#147)
  • Loading branch information
wsuwt authored Jan 10, 2022
1 parent 79984ad commit d3a68ac
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion server.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@ module.exports = {
rootDir: ROOT,
open: true,
watch: false,
nodeResolve: true,
nodeResolve: {
exportConditions: ['development'],
},
preserveSymlinks: true,
appIndex: '/',
plugins: [
Expand Down

0 comments on commit d3a68ac

Please sign in to comment.