-
Notifications
You must be signed in to change notification settings - Fork 569
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6af142f
commit d34f117
Showing
21 changed files
with
6,092 additions
and
2,948 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,12 @@ | ||
const path = require('path') | ||
|
||
module.exports = { | ||
src: path.resolve(__dirname, '../src'), // source files | ||
build: path.resolve(__dirname, '../dist'), // production build files | ||
static: path.resolve(__dirname, '../public'), // static files to copy to build folder | ||
// Source files | ||
src: path.resolve(__dirname, '../src'), | ||
|
||
// Production build files | ||
build: path.resolve(__dirname, '../dist'), | ||
|
||
// Static files that get copied to build folder | ||
public: path.resolve(__dirname, '../public'), | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.