mirror of
https://github.com/KevinMidboe/planetposen.git
synced 2025-10-29 09:40:31 +00:00
Updated webpack config for prod builds.
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
"use strict";
|
||||
'use strict';
|
||||
|
||||
const path = require("path");
|
||||
const path = require('path');
|
||||
|
||||
const _root = path.resolve(__dirname, "..");
|
||||
const _root = path.resolve(__dirname, '..');
|
||||
|
||||
exports.root = function(args) {
|
||||
args = Array.prototype.slice.call(arguments, 0);
|
||||
@@ -11,5 +11,5 @@ exports.root = function(args) {
|
||||
};
|
||||
|
||||
exports.assetsPath = function(_path) {
|
||||
return path.posix.join("static", _path);
|
||||
return path.posix.join('static', _path);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user