FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
codimd/webpack.dev.js at develop · hackmdio/codimd · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
hackmdio
/
codimd
Public
Notifications
You must be signed in to change notification settings
Fork
1.1k
Star
10.1k
Code
Issues
328
Pull requests
23
Actions
Wiki
Security and quality
2
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
codimd
/
webpack.dev.js
Copy path
More file actions
More file actions
Latest commit
History
History
History
14 lines (13 loc) · 371 Bytes
Breadcrumbs
codimd
/
webpack.dev.js
Copy path
File metadata and controls
14 lines (13 loc) · 371 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
const
common
=
require
(
'./webpack.common.js'
)
const
htmlexport
=
require
(
'./webpack.htmlexport'
)
const
merge
=
require
(
'webpack-merge'
)
module
.
exports
=
[
// merge common config
merge
(
common
,
{
mode
:
'development'
,
devtool
:
'cheap-module-eval-source-map'
}
)
,
merge
(
htmlexport
,
{
mode
:
'development'
,
devtool
:
'cheap-module-eval-source-map'
}
)
]
Back
|
FazBrowse Home
|
New Git URL