1
0
Fork 0
mirror of https://github.com/eosswedenorg/apt synced 2026-06-16 04:34:56 +02:00

move source js files (that should be bundled) from _scripts/ to assets/js/

This commit is contained in:
Henrik Hautakoski 2022-01-25 12:57:27 +01:00
parent f097ea57d7
commit 76623dfd2e
No known key found for this signature in database
GPG key ID: 608414D93E862CCD
4 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
import Alpine from 'alpinejs' import Alpine from 'alpinejs'
import alpine_search from './js/alpine_search' import alpine_search from './modules/alpine_search'
anchors.add(); anchors.add();

View file

@ -2,7 +2,7 @@ const path = require('path');
module.exports = { module.exports = {
mode: 'production', mode: 'production',
entry: './_scripts/app.js', entry: './assets/js/app.js',
output: { output: {
path: path.resolve(__dirname, 'assets'), path: path.resolve(__dirname, 'assets'),
filename: 'scripts.js', filename: 'scripts.js',