Created
May 16, 2019 00:28
-
-
Save esparkman/90201b42d0aa8cd6f550e6f3fa64ecf4 to your computer and use it in GitHub Desktop.
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
ourceMap: false, cssnanoOptions: [Object] } }, | |
HashedModuleIdsPlugin { | |
options: | |
{ context: null, | |
hashFunction: 'md4', | |
hashDigest: 'hex', | |
hashDigestLength: 4 } }, | |
NamedChunksPlugin { nameResolver: [Function] }, | |
PreloadPlugin { | |
options: | |
{ rel: 'preload', | |
include: 'initial', | |
excludeHtmlNames: [], | |
fileBlacklist: [Array] } }, | |
PreloadPlugin { | |
options: | |
{ rel: 'prefetch', | |
include: 'asyncChunks', | |
excludeHtmlNames: [], | |
fileBlacklist: [Array] } }, | |
{ apply: [Function: apply] } ] | |
[ VueLoaderPlugin {}, | |
DefinePlugin { definitions: { 'process.env': [Object] } }, | |
CaseSensitivePathsPlugin { options: {}, pathCache: {}, fsOperations: 0, primed: false }, | |
MiniCssExtractPlugin { | |
options: | |
{ filename: 'css/[name].[contenthash:8].css', | |
chunkFilename: 'css/[name].[contenthash:8].css' } }, | |
OptimizeCssnanoPlugin { options: { sourceMap: false, cssnanoOptions: [Object] } }, | |
HashedModuleIdsPlugin { | |
options: | |
{ context: null, | |
hashFunction: 'md4', | |
hashDigest: 'hex', | |
hashDigestLength: 4 } }, | |
NamedChunksPlugin { nameResolver: [Function] }, | |
HtmlWebpackPlugin { | |
options: | |
{ template: '/Users/evansparkman/Listen360/alexandria/public/index.html', | |
templateParameters: [Function: templateParameters], | |
filename: 'index.html', | |
hash: false, | |
inject: true, | |
compile: true, | |
favicon: false, | |
minify: [Object], | |
cache: true, | |
showErrors: true, | |
chunks: 'all', | |
excludeChunks: [], | |
chunksSortMode: 'auto', | |
meta: {}, | |
title: 'Webpack App', | |
xhtml: false } }, | |
PreloadPlugin { | |
options: | |
{ rel: 'preload', | |
include: 'initial', | |
excludeHtmlNames: [], | |
fileBlacklist: [Array] } }, | |
PreloadPlugin { | |
options: | |
{ rel: 'prefetch', | |
include: 'asyncChunks', | |
excludeHtmlNames: [], | |
fileBlacklist: [Array] } }, | |
{ apply: [Function: apply] }, | |
StyleguidistOptionsPlugin { | |
options: | |
{ assetsDir: undefined, | |
compilerConfig: [Object], | |
components: undefined, | |
configDir: '/Users/evansparkman/Listen360/alexandria', | |
context: {}, | |
contextDependencies: undefined, | |
configureServer: undefined, | |
dangerouslyUpdateWebpackConfig: [Function: dangerouslyUpdateWebpackConfig], | |
defaultExample: false, | |
exampleMode: 'collapse', | |
getComponentPathLine: [Function: default], | |
getExampleFilename: [Function: default], | |
highlightTheme: 'base16-light', | |
ignore: [Array], | |
jsxInComponents: true, | |
editorConfig: [Object], | |
locallyRegisterComponents: false, | |
navigation: false, | |
mixins: [], | |
logger: undefined, | |
mountPointId: 'rsg-root', | |
pagePerSection: false, | |
previewDelay: 500, | |
printBuildInstructions: undefined, | |
printServerInstructions: undefined, | |
propsParser: undefined, | |
require: [Array], | |
renderRootJsx: undefined, | |
ribbon: undefined, | |
sections: [Array], | |
serverHost: '0.0.0.0', | |
serverPort: 6060, | |
showCode: false, | |
showUsage: false, | |
showSidebar: true, | |
simpleEditor: false, | |
skipComponentsWithoutExample: false, | |
sortProps: undefined, | |
styleguideComponents: undefined, | |
styleguideDir: '/Users/evansparkman/Listen360/alexandria/styleguide', | |
styleguidePublicPath: '', | |
styles: {}, | |
template: {}, | |
theme: [Object], | |
title: 'Alexandria Style Guide', | |
updateDocs: undefined, | |
updateExample: [Function: default], | |
updateWebpackConfig: undefined, | |
usageMode: 'collapse', | |
verbose: false, | |
version: undefined, | |
vuex: undefined, | |
webpackConfig: [Object] }, | |
plugin: [Function: bound plugin] }, | |
MiniHtmlWebpackPlugin { | |
options: { context: [Object], template: [Function: template] }, | |
plugin: [Function: bound plugin] }, | |
DefinePlugin { | |
definitions: | |
{ 'process.env.NODE_ENV': '"production"', | |
'process.env.STYLEGUIDIST_ENV': '"development"' } } ] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment