Nyoom, bye bye Vue
This commit is contained in:
parent
109bed4f7d
commit
e69d55ec6f
80 changed files with 2 additions and 5097 deletions
|
@ -1,3 +1,4 @@
|
|||
/* eslint-disable @typescript-eslint/no-var-requires */
|
||||
const _ = require('lodash');
|
||||
const path = require('path');
|
||||
const tailwind = require('tailwindcss');
|
||||
|
@ -52,7 +53,7 @@ module.exports = {
|
|||
performance: {
|
||||
hints: false,
|
||||
},
|
||||
entry: ['./resources/assets/styles/main.css', './resources/scripts/index.tsx'],
|
||||
entry: ['./resources/styles/main.css', './resources/scripts/index.tsx'],
|
||||
output: {
|
||||
path: path.resolve(__dirname, 'public/assets'),
|
||||
filename: isProduction ? 'bundle.[chunkhash:8].js' : 'bundle.[hash:8].js',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue