mirror of
https://github.com/Telecominfraproject/wlan-cloud-ucentralgw-ui.git
synced 2025-10-30 18:27:53 +00:00
Now building in the /build folder again
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -1,4 +1,4 @@
|
|||||||
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
|
|
||||||
|
|
||||||
# dependencies
|
# dependencies
|
||||||
/node_modules
|
/node_modules
|
||||||
|
|||||||
@@ -5,7 +5,7 @@ module.exports = {
|
|||||||
src: path.resolve(__dirname, '../src'),
|
src: path.resolve(__dirname, '../src'),
|
||||||
|
|
||||||
// Production build files
|
// Production build files
|
||||||
build: path.resolve(__dirname, '../dist'),
|
build: path.resolve(__dirname, '../build'),
|
||||||
|
|
||||||
// Static files that get copied to build folder
|
// Static files that get copied to build folder
|
||||||
public: path.resolve(__dirname, '../public'),
|
public: path.resolve(__dirname, '../public'),
|
||||||
|
|||||||
Reference in New Issue
Block a user