This website requires JavaScript.
Explore
Help
Sign In
terribleplan
/
next.js
Watch
1
Star
0
Fork
You've already forked next.js
0
mirror of
https://github.com/terribleplan/next.js.git
synced
2024-01-19 02:48:18 +00:00
Code
Issues
Releases
Wiki
Activity
8fdb133903
next.js
/
examples
/
with-yarn-workspaces
/
packages
/
bar
/
index.js
6 lines
86 B
JavaScript
Raw
Normal View
History
Unescape
Escape
Add with-yarn-workspaces example (#5034) > Workspaces are a new way to setup your package architecture that’s available by default starting from Yarn 1.0. It allows you to setup multiple packages in such a way that you only need to run yarn install once to install all of them in a single pass. - [x] Tested in development mode - [x] Tested in production mode - [x] Tested with deployment https://with-yarn-workspaces-hwzubdlkul.now.sh/ - [x] Added transpile module example Closes #3638
2018-09-03 21:41:45 +00:00
import
React
from
'react'
Add prettier for examples directory (#5909) * Add prettier for examples directory * Fix files * Fix linting * Add prettier script in case it has to be ran again
2018-12-17 16:34:32 +00:00
const
Bar
=
(
)
=>
<
strong
>
bar
<
/
s
t
r
o
n
g
>
Add with-yarn-workspaces example (#5034) > Workspaces are a new way to setup your package architecture that’s available by default starting from Yarn 1.0. It allows you to setup multiple packages in such a way that you only need to run yarn install once to install all of them in a single pass. - [x] Tested in development mode - [x] Tested in production mode - [x] Tested with deployment https://with-yarn-workspaces-hwzubdlkul.now.sh/ - [x] Added transpile module example Closes #3638
2018-09-03 21:41:45 +00:00
export
default
Bar
Reference in a new issue
Copy permalink