1
0
mirror of https://github.com/trambarhq/relaks-wordpress-example.git synced 2025-09-02 20:52:33 +02:00

Reenabled sourcemap.

This commit is contained in:
Chung Leong
2019-03-15 02:21:11 -04:00
parent e4fe507ada
commit 52a5f3034e
10 changed files with 14 additions and 3 deletions

View File

@@ -85,6 +85,7 @@ var clientConfig = {
chunkFilename: "[id].css"
}),
],
devtool: (EVENT === 'build') ? 'source-map' : 'inline-source-map',
};
var serverConfig = {