This website requires JavaScript.
Explore
Help
Sign In
Mirrors
/
unleash.unleash
Watch
1
Star
0
Fork
0
You've already forked unleash.unleash
mirror of
https://github.com/Unleash/unleash.git
synced
2024-12-22 19:07:54 +01:00
Code
Issues
Projects
Releases
Wiki
Activity
cd764a1d99
unleash.unleash
/
frontend
/
index.js
8 lines
104 B
JavaScript
Raw
Normal View
History
Unescape
Escape
Migrate to create-react-app and react-scripts (#263) * Setup create-react-app and typescript Co-authored-by: Fredrik Oseberg <fredrik.no@gmail.com>
2021-04-07 09:04:48 +02:00
init
2016-11-10 14:26:24 +01:00
const
path
=
require
(
'path'
)
;
module
.
exports
=
{
Migrate to create-react-app and react-scripts (#263) * Setup create-react-app and typescript Co-authored-by: Fredrik Oseberg <fredrik.no@gmail.com>
2021-04-07 09:04:48 +02:00
publicFolder
:
path
.
join
(
_
_dirname
,
'build'
)
,
init
2016-11-10 14:26:24 +01:00
}
;
Reference in New Issue
Copy Permalink