Skip to content

Commit

Permalink
Fix with-reasonml example (vercel#10399)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jorge Cuadra authored and chibicode committed Feb 11, 2020
1 parent 5bc9557 commit 3d42e5e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
3 changes: 1 addition & 2 deletions examples/with-reasonml/next.config.js
@@ -1,6 +1,5 @@
const withTM = require('next-transpile-modules')
const withTM = require('next-transpile-modules')(['bs-platform'])

module.exports = withTM({
pageExtensions: ['jsx', 'js', 'bs.js'],
transpileModules: ['bs-platform'],
})
12 changes: 6 additions & 6 deletions examples/with-reasonml/package.json
Expand Up @@ -12,14 +12,14 @@
"dependencies": {
"babel-plugin-bucklescript": "^0.5.3",
"next": "latest",
"next-transpile-modules": "2.3.1",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"next-transpile-modules": "^3.0.2",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"reason-react": "^0.7.0"
},
"devDependencies": {
"@babel/core": "^7.4.3",
"bs-platform": "5.0.3",
"concurrently": "^4.1.0"
"@babel/core": "^7.8.4",
"bs-platform": "^7.1.0",
"concurrently": "^5.1.0"
}
}

0 comments on commit 3d42e5e

Please sign in to comment.