File tree Expand file tree Collapse file tree 12 files changed +163
-60
lines changed
nx-next-monorepo-demo/local-plugin Expand file tree Collapse file tree 12 files changed +163
-60
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "name" : " base-path-demo" ,
3
+ "version" : " 1.0.0" ,
4
+ "description" : " " ,
5
+ "devDependencies" : {
6
+ "@netlify/plugin-nextjs" : " *"
7
+ },
8
+ "scripts" : {
9
+ "test" : " echo \" Error: no test specified\" && exit 1"
10
+ },
11
+ "repository" : {
12
+ "type" : " git" ,
13
+ "url" : " git+https://github.com/netlify/netlify-plugin-nextjs.git"
14
+ },
15
+ "author" : " " ,
16
+ "private" : true ,
17
+ "license" : " MIT" ,
18
+ "bugs" : {
19
+ "url" : " https://github.com/netlify/netlify-plugin-nextjs/issues"
20
+ },
21
+ "homepage" : " https://github.com/netlify/netlify-plugin-nextjs#readme"
22
+ }
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -5,12 +5,10 @@ ignore = "git diff --quiet $CACHED_COMMIT_REF $COMMIT_REF ../../"
5
5
6
6
[build .environment ]
7
7
NETLIFY_NEXT_PLUGIN_SKIP = " true"
8
+ NODE_VERSION = " 17"
8
9
9
10
[dev ]
10
11
framework = " #static"
11
12
12
13
[[plugins ]]
13
- package = " ./local-plugin"
14
-
15
- [[plugins ]]
16
- package = " @netlify/plugin-local-install-core"
14
+ package = " ../../plugin"
Original file line number Diff line number Diff line change
1
+ {
2
+ "name" : " next-export-demo" ,
3
+ "version" : " 1.0.0" ,
4
+ "description" : " " ,
5
+ "devDependencies" : {
6
+ "@netlify/plugin-nextjs" : " *"
7
+ },
8
+ "scripts" : {
9
+ "test" : " echo \" Error: no test specified\" && exit 1"
10
+ },
11
+ "repository" : {
12
+ "type" : " git" ,
13
+ "url" : " git+https://github.com/netlify/netlify-plugin-nextjs.git"
14
+ },
15
+ "author" : " " ,
16
+ "private" : true ,
17
+ "license" : " MIT" ,
18
+ "bugs" : {
19
+ "url" : " https://github.com/netlify/netlify-plugin-nextjs/issues"
20
+ },
21
+ "homepage" : " https://github.com/netlify/netlify-plugin-nextjs#readme"
22
+ }
Original file line number Diff line number Diff line change 1
- module . exports = require ( '../../../lib' )
1
+ module . exports = require ( '../../../plugin/ lib' )
Original file line number Diff line number Diff line change @@ -7,15 +7,10 @@ ignore = "git diff --quiet $CACHED_COMMIT_REF $COMMIT_REF ../../"
7
7
# cache Cypress binary in local "node_modules" folder
8
8
# so Netlify caches it
9
9
CYPRESS_CACHE_FOLDER = " ../node_modules/.CypressBinary"
10
+ NODE_VERSION = " 17"
10
11
11
12
[dev ]
12
13
framework = " #static"
13
14
14
15
[[plugins ]]
15
- package = " ./local-plugin"
16
-
17
- [[plugins ]]
18
- package = " @netlify/plugin-local-install-core"
19
-
20
- [[context .deploy-preview .plugins ]]
21
- package = " netlify-plugin-cypress"
16
+ package = " ../../plugin"
Original file line number Diff line number Diff line change
1
+ {
2
+ "name" : " static-root-demo" ,
3
+ "version" : " 1.0.0" ,
4
+ "description" : " " ,
5
+ "devDependencies" : {
6
+ "@netlify/plugin-nextjs" : " *"
7
+ },
8
+ "scripts" : {
9
+ "test" : " echo \" Error: no test specified\" && exit 1"
10
+ },
11
+ "repository" : {
12
+ "type" : " git" ,
13
+ "url" : " git+https://github.com/netlify/netlify-plugin-nextjs.git"
14
+ },
15
+ "author" : " " ,
16
+ "license" : " MIT" ,
17
+ "private" : true ,
18
+ "bugs" : {
19
+ "url" : " https://github.com/netlify/netlify-plugin-nextjs/issues"
20
+ },
21
+ "homepage" : " https://github.com/netlify/netlify-plugin-nextjs#readme"
22
+ }
You can’t perform that action at this time.
0 commit comments