Compare commits
3 Commits
8af9879b08
...
2d15da9a39
Author | SHA1 | Date |
---|---|---|
|
2d15da9a39 | |
|
611eceff2b | |
|
00f1fc39fa |
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "traxxx",
|
"name": "traxxx",
|
||||||
"version": "1.126.2",
|
"version": "1.126.3",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "traxxx",
|
"name": "traxxx",
|
||||||
"version": "1.126.2",
|
"version": "1.126.3",
|
||||||
"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": {
|
||||||
|
|
|
@ -1,9 +1,9 @@
|
||||||
import path from 'path';
|
const path = require('path');
|
||||||
import VueLoaderPlugin from 'vue-loader/lib/plugin';
|
const VueLoaderPlugin = require('vue-loader/lib/plugin');
|
||||||
import MiniCssExtractPlugin from 'mini-css-extract-plugin';
|
const MiniCssExtractPlugin = require('mini-css-extract-plugin');
|
||||||
import autoprefixer from 'autoprefixer';
|
const autoprefixer = require('autoprefixer');
|
||||||
|
|
||||||
export default {
|
module.exports = {
|
||||||
entry: './assets/js/main.js',
|
entry: './assets/js/main.js',
|
||||||
output: {
|
output: {
|
||||||
filename: 'bundle.js',
|
filename: 'bundle.js',
|
Loading…
Reference in New Issue