mirror of
https://github.com/Alamantus/Lexiconga.git
synced 2025-05-07 02:31:16 +02:00
Add MARKDOWN_LINK to webpack plugins
This commit is contained in:
parent
53bf992226
commit
6a1773b996
1 changed files with 4 additions and 1 deletions
|
@ -96,7 +96,10 @@ const webpackConfig = {
|
|||
new webpack.DefinePlugin({
|
||||
'process.env': {
|
||||
'NODE_ENV': JSON.stringify(BUILDMODE),
|
||||
},
|
||||
}
|
||||
}),
|
||||
new webpack.DefinePlugin({
|
||||
'MARKDOWN_LINK': 'https://guides.github.com/features/mastering-markdown/'
|
||||
}),
|
||||
],
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue