FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
SaffronCodeJS/webpack.config.js at master · SaffronCode/SaffronCodeJS · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
This repository was archived by the owner on Jul 10, 2024. It is now read-only.
SaffronCode
/
SaffronCodeJS
Public archive
Notifications
You must be signed in to change notification settings
Fork
2
Star
6
Code
Issues
0
Pull requests
7
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
SaffronCodeJS
/
webpack.config.js
Copy path
More file actions
More file actions
Latest commit
History
History
History
20 lines (19 loc) · 426 Bytes
Breadcrumbs
SaffronCodeJS
/
webpack.config.js
Copy path
File metadata and controls
20 lines (19 loc) · 426 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
15
16
17
18
19
20
var
path
=
require
(
'path'
)
;
module
.
exports
=
{
mode
:
'production'
,
entry
:
'./src/SaffronCode.ts'
,
output
:
{
path
:
path
.
resolve
(
'lib'
)
,
filename
:
'SaffronCode.js'
,
libraryTarget
:
'commonjs2'
}
,
module
:
{
rules
:
[
{
test
:
/
\.
[
t
j
]
s
x
?
$
/
,
exclude
:
/
(
n
o
d
e
_
m
o
d
u
l
e
s
)
/
,
use
:
'babel-loader'
}
]
}
}
Back
|
FazBrowse Home
|
New Git URL