Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 40d1f37

Browse files
committed
Move code to src folder
1 parent 39e204a commit 40d1f37

File tree

4 files changed

+2
-2
lines changed

4 files changed

+2
-2
lines changed

‎rollup.config.js‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import { terser } from 'rollup-plugin-terser';
77
import pkg from './package.json';
88

99
export default {
10-
input: './index.js',
10+
input: './src/index.js',
1111
output: { file: 'dist/index.min.js', format: 'esm' },
1212
plugins: [
1313
replace({
File renamed without changes.
File renamed without changes.

‎test/MyComponent.mdx‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ route: /
66
import { Playground, PropsTable } from 'docz';
77

88
import MyComponent from './MyComponent';
9-
import IFramePlayground from './../index';
9+
import IFramePlayground from './../src/index';
1010

1111
## MyComponent Demo
1212

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /