mirror of
https://github.com/eosswedenorg/apt
synced 2026-06-18 04:50:03 +02:00
npm: use webpack instead of upglify-js.
This commit is contained in:
parent
350e7d638c
commit
6ec642b039
5 changed files with 2291 additions and 28 deletions
10
webpack.config.js
Normal file
10
webpack.config.js
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
const path = require('path');
|
||||
|
||||
module.exports = {
|
||||
mode: 'production',
|
||||
entry: './_scripts/app.js',
|
||||
output: {
|
||||
path: path.resolve(__dirname, 'assets'),
|
||||
filename: 'scripts.js',
|
||||
}
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue