@financial-times/n-myft-ui 27.1.0 → 28.0.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,21 +0,0 @@
1
- const path = require('path');
2
-
3
- module.exports = {
4
- plugins: [
5
- require('@financial-times/dotcom-build-js').plugin(),
6
- require('@financial-times/dotcom-build-sass').plugin(),
7
- require('@financial-times/dotcom-build-bower-resolve').plugin()
8
- ],
9
- settings: {
10
- build: {
11
- entry: {
12
- scripts: [
13
- './myft/index.js',
14
- './myft-common/index.js'
15
- ],
16
- styles: './myft/test.scss'
17
- },
18
- outputPath: path.resolve('./public')
19
- }
20
- }
21
- };
@@ -1,8 +0,0 @@
1
- 'use strict';
2
-
3
- const {dependencies = {}} = require('../package');
4
-
5
- if (Object.keys(dependencies).length > 0) {
6
- global.console.error('NPM dependencies included in bower only js project, please remove');
7
- process.exit(1);
8
- }