This repository has been archived by the owner on Sep 7, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 248
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Removed:
phenomicLoaderPlugins
& phenomicLoaderPresets
from "…
…phenomic" To avoid shipping unnecessary code into the client bundle (regression from 0.16.0), we removed plugins & presets from “phenomic” import. Please directly use ``require(“phenomic/lib/loader-*``, by replacing camelCase by dashedCase. - ``phenomicLoaderPlugins.initBodyPropertyFromContent`` -> ``require("./phenomic-loader-plugin-init-body-property-from-content").de fault``, - ``phenomicLoaderPlugins.initHeadPropertyFromConfig`` -> ``require("./phenomic-loader-plugin-init-head-property-from-config").def ault``, - ``phenomicLoaderPlugins.initHeadPropertyFromContent`` -> ``require("./phenomic-loader-plugin-init-head-property-from-content").de fault``, - ``phenomicLoaderPlugins.initRawPropertyFromContent`` -> ``require("./phenomic-loader-plugin-init-raw-property-from-content").def ault``, - ``phenomicLoaderPlugins.initRawBodyPropertyFromContent`` -> ``require("./phenomic-loader-plugin-init-rawBody-property-from-content") .default``, - ``phenomicLoaderPlugins.markdownInitHeadDescriptionPropertyFromContent`` -> ``require("./phenomic-loader-plugin-markdown-init-head.description-prope rty-from-content").default``, - ``phenomicLoaderPlugins.markdownTransformBodyPropertyToHtml`` -> ``require("./phenomic-loader-plugin-markdown-transform-body-property-to- html").default``, - ``phenomicLoaderPresets.default`` -> ``require("./phenomic-loader-preset-default").default``, - ``phenomicLoaderPresets.markdown`` -> ``require("./phenomic-loader-preset-markdown").default``,
- Loading branch information
Showing
43 changed files
with
60 additions
and
95 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
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
6 changes: 3 additions & 3 deletions
6
src/phenomic-loader-preset-default/index.js → src/loader-preset-default/index.js
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
File renamed without changes.
6 changes: 3 additions & 3 deletions
6
src/phenomic-loader-preset-markdown/index.js → src/loader-preset-markdown/index.js
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
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
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
File renamed without changes.
File renamed without changes.
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
File renamed without changes.
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