-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(docz-core): use webpack-dev-server instead of webpack-serve
- Loading branch information
1 parent
6ecd2ae
commit 4157e05
Showing
27 changed files
with
724 additions
and
955 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,40 +1,39 @@ | ||
declare module '@mdx-js/mdxast' | ||
declare module '@mdx-js/mdx' | ||
declare module '@mdx-js/mdxast' | ||
declare module '@sindresorhus/slugify' | ||
declare module 'babylon' | ||
declare module 'art-template' | ||
declare module 'babel-traverse' | ||
declare module 'env-dot-prop' | ||
declare module 'babylon' | ||
declare module 'chokidar' | ||
declare module 'common-tags' | ||
declare module 'detect-port' | ||
declare module 'env-dot-prop' | ||
declare module 'find-up' | ||
declare module 'humanize-string' | ||
declare module 'friendly-errors-webpack-plugin' | ||
declare module 'get-pkg-repo' | ||
declare module 'titleize' | ||
declare module 'strip-indent' | ||
declare module 'unist-util-remove' | ||
declare module 'happypack' | ||
declare module 'hast-util-to-string' | ||
declare module 'html-minifer' | ||
declare module 'mini-html-webpack-plugin' | ||
declare module 'happypack' | ||
declare module 'common-tags' | ||
declare module 'remark-frontmatter' | ||
declare module 'remark-parse/lib/block-elements.json' | ||
declare module 'rehype-slug' | ||
declare module 'rehype-autolink-headings' | ||
declare module 'art-template' | ||
declare module 'friendly-errors-webpack-plugin' | ||
declare module 'webpack-manifest-plugin' | ||
declare module 'terser-webpack-plugin' | ||
declare module 'humanize-string' | ||
declare module 'lodash.get' | ||
declare module 'signale' | ||
declare module 'webpackbar' | ||
declare module 'webpack-serve' | ||
declare module 'koa-mount' | ||
declare module 'koa-range' | ||
declare module 'koa-connect' | ||
declare module 'koa-static' | ||
declare module 'detect-port' | ||
declare module 'mini-html-webpack-plugin' | ||
declare module 'p-reduce' | ||
declare module 'react-dev-utils/errorOverlayMiddleware' | ||
declare module 'react-dev-utils/evalSourceMapMiddleware' | ||
declare module 'react-dev-utils/FileSizeReporter' | ||
declare module 'react-dev-utils/formatWebpackMessages' | ||
declare module 'react-dev-utils/ignoredFiles' | ||
declare module 'react-dev-utils/printBuildError' | ||
declare module 'react-dev-utils/WebpackDevServerUtils' | ||
declare module 'rehype-autolink-headings' | ||
declare module 'rehype-slug' | ||
declare module 'remark-frontmatter' | ||
declare module 'remark-parse/lib/block-elements.json' | ||
declare module 'signale' | ||
declare module 'strip-indent' | ||
declare module 'terser-webpack-plugin' | ||
declare module 'titleize' | ||
declare module 'unist-util-remove' | ||
declare module 'webpack-bundle-analyzer' | ||
declare module 'p-reduce' | ||
declare module 'webpack-manifest-plugin' | ||
declare module 'webpackbar' |
Oops, something went wrong.