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
feature/flex
wallabag/webpack.config.js

9 lines
213 B
JavaScript
Raw Permalink 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';
Move to Symfony Flex The structure changed completely. Bundles are gone. Everything is flatten in the folder `src`. I separated import & api controllers to avoid _pollution_ in the main controller folder.
2022-12-20 22:36:02 +01:00
return require(path.resolve(__dirname, `scripts/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: 312ms Template: 4ms
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