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:
parent
f097ea57d7
commit
76623dfd2e
4 changed files with 2 additions and 2 deletions
|
|
@ -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();
|
||||||
|
|
||||||
|
|
@ -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',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue