Compare commits

..

No commits in common. "2d15da9a3946dee5d42d610fbe8903aef2a01b73" and "8af9879b0822bcdd2622675a40ff35b82f3db619" have entirely different histories.

3 changed files with 7 additions and 7 deletions

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{ {
"name": "traxxx", "name": "traxxx",
"version": "1.126.3", "version": "1.126.2",
"lockfileVersion": 1, "lockfileVersion": 1,
"requires": true, "requires": true,
"dependencies": { "dependencies": {

View File

@ -1,6 +1,6 @@
{ {
"name": "traxxx", "name": "traxxx",
"version": "1.126.3", "version": "1.126.2",
"description": "All the latest porn releases in one place", "description": "All the latest porn releases in one place",
"main": "src/app.js", "main": "src/app.js",
"scripts": { "scripts": {

View File

@ -1,9 +1,9 @@
const path = require('path'); import path from 'path';
const VueLoaderPlugin = require('vue-loader/lib/plugin'); import VueLoaderPlugin from 'vue-loader/lib/plugin';
const MiniCssExtractPlugin = require('mini-css-extract-plugin'); import MiniCssExtractPlugin from 'mini-css-extract-plugin';
const autoprefixer = require('autoprefixer'); import autoprefixer from 'autoprefixer';
module.exports = { export default {
entry: './assets/js/main.js', entry: './assets/js/main.js',
output: { output: {
filename: 'bundle.js', filename: 'bundle.js',