mirror of
https://github.com/yldio/copilot.git
synced 2024-11-11 05:40:11 +02:00
Fix broken production deployments
This commit is contained in:
parent
5b390fdf65
commit
c1d1661a22
@ -74,12 +74,15 @@ module.exports = {
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
test: /\.(eot|svg|ttf|woff|woff2)$/,
|
test: /\.(eot|svg|ttf|woff|woff2)$/,
|
||||||
exclude: /node_modules/,
|
|
||||||
loader: 'file-loader',
|
loader: 'file-loader',
|
||||||
|
// XXX: By commenting this out, production "BUILD=production make compile"
|
||||||
|
// will break.
|
||||||
|
//
|
||||||
|
// exclude: /node_modules/,
|
||||||
include: [
|
include: [
|
||||||
FRONTEND,
|
FRONTEND,
|
||||||
UI
|
UI
|
||||||
]
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
test: /\.css$/,
|
test: /\.css$/,
|
||||||
|
Loading…
Reference in New Issue
Block a user