File tree Expand file tree Collapse file tree 3 files changed +14
-0
lines changed Expand file tree Collapse file tree 3 files changed +14
-0
lines changed Original file line number Diff line number Diff line change
1
+ const withTM = require ( "@weco/next-plugin-transpile-modules" )
2
+
3
+ module . exports = withTM ( {
4
+ transpileModules : [
5
+ "react-async" ,
6
+ "react-async-devtools"
7
+ ]
8
+ } )
Original file line number Diff line number Diff line change 13
13
"author" : " " ,
14
14
"license" : " ISC" ,
15
15
"dependencies" : {
16
+ "@weco/next-plugin-transpile-modules" : " ^2.2.1" ,
16
17
"isomorphic-fetch" : " 2.2.1" ,
17
18
"next" : " 8.0.3" ,
18
19
"react" : " 16.8.5" ,
Original file line number Diff line number Diff line change 3776
3776
"@webassemblyjs/wast-parser" "1.8.5"
3777
3777
"@xtuc/long" "4.2.2"
3778
3778
3779
+ "@weco/next-plugin-transpile-modules@^2.2.1":
3780
+ version "2.2.1"
3781
+ resolved "https://registry.yarnpkg.com/@weco/next-plugin-transpile-modules/-/next-plugin-transpile-modules-2.2.1.tgz#7ca35e6ee1589f58fc1dd5320df73ae2bc9a6fd5"
3782
+ integrity sha512-UM5jimB3QBHH50bcWr6DENDF+uUCf7lD2IeG36S6w6/Dn0LnPulF7wIeSBdN5vHnbnjDRd784DCEIoeu94ZopA==
3783
+
3779
3784
"@xtuc/ieee754@^1.2.0":
3780
3785
version "1.2.0"
3781
3786
resolved "https://registry.yarnpkg.com/@xtuc/ieee754/-/ieee754-1.2.0.tgz#eef014a3145ae477a1cbc00cd1e552336dceb790"
You can’t perform that action at this time.
0 commit comments