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