Skip to content

Commit 005e108

Browse files
committed
docs: move overlay and progress examples to client
1 parent 8a3f0d8 commit 005e108

File tree

7 files changed

+3
-2
lines changed

7 files changed

+3
-2
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ npm-debug.log
55
.idea
66

77
client
8+
!/examples/client
89
!/test/client
910
coverage
1011
node_modules
File renamed without changes.
File renamed without changes.

examples/overlay/webpack.config.js renamed to examples/client/overlay/webpack.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
// our setup function adds behind-the-scenes bits to the config that all of our
44
// examples need
5-
const { setup } = require("../util");
5+
const { setup } = require("../../util");
66

77
module.exports = setup({
88
context: __dirname,
File renamed without changes.
File renamed without changes.

examples/progress/webpack.config.js renamed to examples/client/progress/webpack.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
// our setup function adds behind-the-scenes bits to the config that all of our
44
// examples need
5-
const { setup } = require("../util");
5+
const { setup } = require("../../util");
66

77
module.exports = setup({
88
context: __dirname,

0 commit comments

Comments
 (0)