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

Fixed config for Docker image (issue #14).

This commit is contained in:
Chung Leong
2019-01-27 01:03:02 +01:00
parent 4cbcd4c5b0
commit d2808c145b
4 changed files with 3 additions and 3 deletions

View File

@@ -116,6 +116,7 @@ var cordovaConfig = {
new HtmlWebpackPlugin({
template: Path.resolve(`./src/index.html`),
filename: 'index.html',
cordova: true,
}),
new ExtractTextPlugin('styles.css'),
],