mirror of
https://github.com/kevin-DL/sapper.git
synced 2026-01-18 05:25:08 +00:00
remove requires
This commit is contained in:
@@ -1,10 +1,6 @@
|
|||||||
const fs = require('fs');
|
const fs = require('fs');
|
||||||
const path = require('path');
|
const path = require('path');
|
||||||
const webpack = require('webpack');
|
const webpack = require('webpack');
|
||||||
const ExtractTextPlugin = require("extract-text-webpack-plugin");
|
|
||||||
const UglifyJSPlugin = require('uglifyjs-webpack-plugin');
|
|
||||||
|
|
||||||
// TODO make the webpack config, err, configurable
|
|
||||||
|
|
||||||
module.exports = function create_webpack_compiler(out, routes, dev) {
|
module.exports = function create_webpack_compiler(out, routes, dev) {
|
||||||
const compiler = {};
|
const compiler = {};
|
||||||
|
|||||||
Reference in New Issue
Block a user