mirror of
https://github.com/Telecominfraproject/wlan-cloud-ui.git
synced 2025-11-01 19:27:51 +00:00
npm link development working & improved webpack
This commit is contained in:
12
webpack/paths.js
Normal file
12
webpack/paths.js
Normal file
@@ -0,0 +1,12 @@
|
||||
const path = require('path');
|
||||
|
||||
module.exports = {
|
||||
root: path.resolve(__dirname, '../'),
|
||||
outputPath: path.resolve(__dirname, '../', 'dist'),
|
||||
entryPath: path.resolve(__dirname, '../', 'app/index.js'),
|
||||
templatePath: path.resolve(__dirname, '../', 'app/index.html'),
|
||||
imagesFolder: 'images',
|
||||
fontsFolder: 'fonts',
|
||||
cssFolder: 'css',
|
||||
jsFolder: 'js',
|
||||
};
|
||||
Reference in New Issue
Block a user