Logo
Explore Help
Sign In
pierre/wallabag
1
0
Fork 0
You've already forked wallabag
forked from wallabag/wallabag
Code Issues Pull Requests Packages Projects Releases 1 Wiki Activity
Files
cd6f7b5e92fa54e9fedb94cfdd4e761a1f2c8a0e
wallabag/webpack.config.js

9 lines
216 B
JavaScript
Raw Normal View History

Adds Webpack support and removes the use for Grunt Signed-off-by: Thomas Citharel <tcit@tcit.fr> use scss Signed-off-by: Thomas Citharel <tcit@tcit.fr> fix build, add babel, fix annotations fixes (and improvements !) for baggy add live reload & environments & eslint & theme fixes
2017-03-31 20:21:41 +02:00
const path = require('path');
Webpack upgraded from 4 to 5 + dependancies updated
2020-11-11 09:48:04 +01:00
function buildConfig(options) {
const env = options.prod ? 'prod' : 'dev';
return require(path.resolve(__dirname, `app/config/webpack/${env}.js`));
Adds Webpack support and removes the use for Grunt Signed-off-by: Thomas Citharel <tcit@tcit.fr> use scss Signed-off-by: Thomas Citharel <tcit@tcit.fr> fix build, add babel, fix annotations fixes (and improvements !) for baggy add live reload & environments & eslint & theme fixes
2017-03-31 20:21:41 +02:00
}
module.exports = buildConfig;
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.24.0 Page: 104ms Template: 5ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API