Restored review app for front-end

This commit is contained in:
Eliot Berriot 2019-06-13 14:09:07 +02:00
parent 663600d54e
commit 2bc119e353
No known key found for this signature in database
GPG key ID: DD6965E2476E5C27
3 changed files with 22 additions and 67 deletions

View file

@ -10,7 +10,7 @@ if (process.env.BUNDLE_ANALYZE === '1') {
plugins.push(new BundleAnalyzerPlugin())
}
module.exports = {
baseUrl: '/front/',
baseUrl: process.env.BASE_URL || '/front/',
pages: {
embed: {
entry: 'src/embed.js',