mirror of
https://github.com/Alamantus/Lexiconga.git
synced 2025-05-11 04: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({
|
new webpack.DefinePlugin({
|
||||||
'process.env': {
|
'process.env': {
|
||||||
'NODE_ENV': JSON.stringify(BUILDMODE),
|
'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