Logo
Explore Help
Sign In
wallabag/wallabag
1
0
Fork 1
You've already forked wallabag
mirror of https://github.com/wallabag/wallabag.git synced 2026-01-02 01:17:33 +01:00
Code Issues Packages Projects Releases Wiki Activity
Files
c0bb2f2f1daaae6f1b96073a8935a219c2b4cc3b
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: 155ms 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